Html Css Color HEX #CC06EF Electric Purple

📋 copy color: '#CC06EF'

red 204 ◦ green 6 ◦ blue 239

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

Shades of Electric Purple #CC06EF

Tints of Electric Purple #CC06EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 45.43%
G = 1.34%
B = 53.23%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC06EF (or 0xCC06EF) is known color: Electric Purple. HEX triplet: CC, 06 and EF. RGB value is (204,6,239). Sum of RGB (Red+Green+Blue) = 204+6+239=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC06EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06EF is #33F910. Grayscale: #5B5B5B. Windows color (decimal): -3406097 or 15664844. OLE color: 15664844.

HSL color Cylindrical-coordinate representation of color #CC06EF: hue angle of 290.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06EF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 6 239 -
CMYK 0.15 0.97 0 0.06
HSL 290.99º 0.95% 0.48% -
HSV(B) 290.99º 0.97% 0.94% -
XYZ 40.55 19.2 83.23 -
YUV 91.76 211.1 208.05 -
System Red Green Blue C M Y K H S L
Decimal 204 6 239 0.15 0.97 0 0.06 290.99 0.95 0.48
Hex CC 6 EF F 61 0 6 123 5F 30
Octal 314 6 357 17 141 0 6 443 137 60
Binary 11001100 110 11101111 1111 1100001 0 110 100100011 1011111 110000

Color Harmonies of #CC06EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06EF

Black with #CC06EF

Text Example


Text Example

White with #CC06EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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