Html Css Color HEX #CC02E8 Electric Purple

📋 copy color: '#CC02E8'

red 204 ◦ green 2 ◦ blue 232

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

Shades of Electric Purple #CC02E8

Tints of Electric Purple #CC02E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.97%

R = 46.58%
G = 0.46%
B = 52.97%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC02E8 (or 0xCC02E8) is known color: Electric Purple. HEX triplet: CC, 02 and E8. RGB value is (204,2,232). Sum of RGB (Red+Green+Blue) = 204+2+232=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC02E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02E8 is #33FD17. Grayscale: #575757. Windows color (decimal): -3407128 or 15205068. OLE color: 15205068.

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

Color convert

RGB 204 2 232 -
CMYK 0.12 0.99 0 0.09
HSL 292.7º 0.98% 0.46% -
HSV(B) 292.7º 0.99% 0.91% -
XYZ 39.49 18.71 77.87 -
YUV 88.62 208.92 210.3 -
System Red Green Blue C M Y K H S L
Decimal 204 2 232 0.12 0.99 0 0.09 292.7 0.98 0.46
Hex CC 2 E8 C 63 0 9 125 62 2E
Octal 314 2 350 14 143 0 11 445 142 56
Binary 11001100 10 11101000 1100 1100011 0 1001 100100101 1100010 101110

Color Harmonies of #CC02E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02E8

Black with #CC02E8

Text Example


Text Example

White with #CC02E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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