color codes Logo

#cc01fc color codes

#CC01FC
(204,1,252)
0 Favorites   0 Comments

Color spaces of #cc01fc

RGB 2041252
HSL0.800.990.50
HSV289°100°99°
CMYK 0.191.000.00   0.01
XYZ42.483419.887493.6950
Yxy19.88740.27220.1274
Hunter Lab44.595392.0050-93.3520
CIE-Lab51.709790.4415-73.4906

#cc01fc color RGB value is (204,1,252).

#cc01fc hex color red value is 204, green value is 1 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cc01fc hue: 0.80 , saturation: 0.99 and the lightness value of cc01fc is 0.50.

The process color (four color CMYK) of #cc01fc color code is 0.19, 1.00, 0.00, 0.01. Web safe color of #cc01fc is #cc00ff. Color #cc01fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 11111100
Octal 314 1 374
Decimal 204 1 252
Hex CC 1 FC

RGB Percentages of Color #cc01fc

%44.64
%0.22
%55.14

CMYK Percentages of Color #cc01fc

%19
%100
%0
%1

Triadic Colors of #cc01fc

#cc01fc #fccc01 #01fccc

Analogous Colors of #cc01fc

#cc01fc #fc01af #4e01fc

Monochromatic Colors of #cc01fc

#cc01fc

Complementary Color

#cc01fc #31fc01

#cc01fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc01fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc01fc Color CSS Codes

.mybgcolor {background-color:#cc01fc; } 
.myforecolor {color:#cc01fc; }
.mybordercolor {border:3px solid #cc01fc; }

#cc01fc Text Font Color

<p style="color:#cc01fc">Text here</p>

This sample text font color is #cc01fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc01fc Background Color

<div style="background-color:#cc01fc">
Div content here</div>

This div background color is #cc01fc


#cc01fc Border Color

<div style="border:3px solid #cc01fc">
Div here</div>

This div border color is #cc01fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,1,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc01fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc01fc;
  -webkit-box-shadow: 1px 1px 3px 2px #cc01fc;
  box-shadow:         1px 1px 3px 2px #cc01fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,1,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc01fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc01fc;
  -webkit-box-shadow: 1px 1px 3px 2px #cc01fc;
  box-shadow:         1px 1px 3px 2px #cc01fc;">
Div content here</div>

This div box has shadow with color #cc01fc

Related Colors


Comments

No comments written yet.

Please login to write comment.