Html Css Color HEX #CC06FB Electric Purple

📋 copy color: '#CC06FB'

red 204 ◦ green 6 ◦ blue 251

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

Shades of Electric Purple #CC06FB

Tints of Electric Purple #CC06FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 44.25%
G = 1.3%
B = 54.45%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC06FB (or 0xCC06FB) is known color: Electric Purple. HEX triplet: CC, 06 and FB. RGB value is (204,6,251). Sum of RGB (Red+Green+Blue) = 204+6+251=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC06FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06FB is #33F904. Grayscale: #5C5C5C. Windows color (decimal): -3406085 or 16451276. OLE color: 16451276.

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

Color convert

RGB 204 6 251 -
CMYK 0.19 0.98 0 0.02
HSL 288.49º 0.97% 0.5% -
HSV(B) 288.49º 0.98% 0.98% -
XYZ 42.38 19.93 92.88 -
YUV 93.13 217.1 207.08 -
System Red Green Blue C M Y K H S L
Decimal 204 6 251 0.19 0.98 0 0.02 288.49 0.97 0.5
Hex CC 6 FB 13 62 0 2 120 61 32
Octal 314 6 373 23 142 0 2 440 141 62
Binary 11001100 110 11111011 10011 1100010 0 10 100100000 1100001 110010

Color Harmonies of #CC06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06FB

Black with #CC06FB

Text Example


Text Example

White with #CC06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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