Html Css Color HEX #CC02EF Electric Purple

📋 copy color: '#CC02EF'

red 204 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #CC02EF

Tints of Electric Purple #CC02EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 45.84%
G = 0.45%
B = 53.71%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC02EF (or 0xCC02EF) is known color: Electric Purple. HEX triplet: CC, 02 and EF. RGB value is (204,2,239). Sum of RGB (Red+Green+Blue) = 204+2+239=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02EF is #33FD10. Grayscale: #585858. Windows color (decimal): -3407121 or 15663820. OLE color: 15663820.

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

Color convert

RGB 204 2 239 -
CMYK 0.15 0.99 0 0.06
HSL 291.14º 0.98% 0.47% -
HSV(B) 291.14º 0.99% 0.94% -
XYZ 40.5 19.11 83.22 -
YUV 89.42 212.42 209.73 -
System Red Green Blue C M Y K H S L
Decimal 204 2 239 0.15 0.99 0 0.06 291.14 0.98 0.47
Hex CC 2 EF F 63 0 6 123 62 2F
Octal 314 2 357 17 143 0 6 443 142 57
Binary 11001100 10 11101111 1111 1100011 0 110 100100011 1100010 101111

Color Harmonies of #CC02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02EF

Black with #CC02EF

Text Example


Text Example

White with #CC02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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