Html Css Color HEX #CC01FB Electric Purple

📋 copy color: '#CC01FB'

red 204 ◦ green 1 ◦ blue 251

#CC01FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CC01FB

Tints of Electric Purple #CC01FB

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 44.74%
G = 0.22%
B = 55.04%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC01FB (or 0xCC01FB) is known color: Electric Purple. HEX triplet: CC, 01 and FB. RGB value is (204,1,251). Sum of RGB (Red+Green+Blue) = 204+1+251=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FB is #33FE04. Grayscale: #595959. Windows color (decimal): -3407365 or 16449996. OLE color: 16449996.

HSL color Cylindrical-coordinate representation of color #CC01FB: hue angle of 288.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01FB is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 1 251 -
CMYK 0.19 1.00 0 0.02
HSL 288.72º 0.99% 0.49% -
HSV(B) 288.72º 1% 0.98% -
XYZ 42.33 19.82 92.86 -
YUV 90.2 218.75 209.17 -
System Red Green Blue C M Y K H S L
Decimal 204 1 251 0.19 1.00 0 0.02 288.72 0.99 0.49
Hex CC 1 FB 13 64 0 2 121 63 31
Octal 314 1 373 23 144 0 2 441 143 61
Binary 11001100 1 11111011 10011 1100100 0 10 100100001 1100011 110001

Color Harmonies of #CC01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01FB

Black with #CC01FB

Text Example


Text Example

White with #CC01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01FB; }

 p { color: rgb(204,1,251); }

 H1.HeaderClassName
 {
   color: #CC01FB;
 }
 .AnyTagClassName
 {
   color: #CC01FB;
 }
</style>

background-color css

<style>
 a { background-color: #CC01FB; }

 a { background-color: rgb(204,1,251); }

 div.DivClassName
 {
   background-color: #CC01FB;
 }
 .BgClassName
 {
   background-color: #CC01FB;
 }
</style>

border-color css

<style>
 span { border-color: #CC01FB; }

 span { border-color: rgb(204,1,251); }

 td.TdClassName
 {
   border-color: #CC01FB;
 }
 .TagClassName
 {
   border-color: #CC01FB;
 }
</style>