Html Css Color HEX #CC02EA Electric Purple

📋 copy color: '#CC02EA'

red 204 ◦ green 2 ◦ blue 234

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

Shades of Electric Purple #CC02EA

Tints of Electric Purple #CC02EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 46.36%
G = 0.45%
B = 53.18%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC02EA (or 0xCC02EA) is known color: Electric Purple. HEX triplet: CC, 02 and EA. RGB value is (204,2,234). Sum of RGB (Red+Green+Blue) = 204+2+234=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC02EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02EA is #33FD15. Grayscale: #585858. Windows color (decimal): -3407126 or 15336140. OLE color: 15336140.

HSL color Cylindrical-coordinate representation of color #CC02EA: hue angle of 292.24º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02EA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 2 234 -
CMYK 0.13 0.99 0 0.08
HSL 292.24º 0.98% 0.46% -
HSV(B) 292.24º 0.99% 0.92% -
XYZ 39.77 18.82 79.38 -
YUV 88.85 209.92 210.14 -
System Red Green Blue C M Y K H S L
Decimal 204 2 234 0.13 0.99 0 0.08 292.24 0.98 0.46
Hex CC 2 EA D 63 0 8 124 62 2E
Octal 314 2 352 15 143 0 10 444 142 56
Binary 11001100 10 11101010 1101 1100011 0 1000 100100100 1100010 101110

Color Harmonies of #CC02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02EA

Black with #CC02EA

Text Example


Text Example

White with #CC02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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