Html Css Color HEX #CC00FB Electric Purple

📋 copy color: '#CC00FB'

red 204 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #CC00FB

Tints of Electric Purple #CC00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.84%
G = 0%
B = 55.16%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC00FB (or 0xCC00FB) is known color: Electric Purple. HEX triplet: CC, 00 and FB. RGB value is (204,0,251). Sum of RGB (Red+Green+Blue) = 204+0+251=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00FB is #33FF04. Grayscale: #585858. Windows color (decimal): -3407621 or 16449740. OLE color: 16449740.

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

Color convert

RGB 204 0 251 -
CMYK 0.19 1 0 0.02
HSL 288.76º 1% 0.49% -
HSV(B) 288.76º 1% 0.98% -
XYZ 42.31 19.8 92.86 -
YUV 89.61 219.09 209.59 -
System Red Green Blue C M Y K H S L
Decimal 204 0 251 0.19 1 0 0.02 288.76 1 0.49
Hex CC 0 FB 13 64 0 2 121 64 31
Octal 314 0 373 23 144 0 2 441 144 61
Binary 11001100 0 11111011 10011 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CC00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00FB

Black with #CC00FB

Text Example


Text Example

White with #CC00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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