Html Css Color HEX #CC02ED Electric Purple

📋 copy color: '#CC02ED'

red 204 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #CC02ED

Tints of Electric Purple #CC02ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 46.05%
G = 0.45%
B = 53.5%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC02ED (or 0xCC02ED) is known color: Electric Purple. HEX triplet: CC, 02 and ED. RGB value is (204,2,237). Sum of RGB (Red+Green+Blue) = 204+2+237=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02ED is #33FD12. Grayscale: #585858. Windows color (decimal): -3407123 or 15532748. OLE color: 15532748.

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

Color convert

RGB 204 2 237 -
CMYK 0.14 0.99 0 0.07
HSL 291.57º 0.98% 0.47% -
HSV(B) 291.57º 0.99% 0.93% -
XYZ 40.21 19 81.67 -
YUV 89.19 211.42 209.89 -
System Red Green Blue C M Y K H S L
Decimal 204 2 237 0.14 0.99 0 0.07 291.57 0.98 0.47
Hex CC 2 ED E 63 0 7 124 62 2F
Octal 314 2 355 16 143 0 7 444 142 57
Binary 11001100 10 11101101 1110 1100011 0 111 100100100 1100010 101111

Color Harmonies of #CC02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC02ED

Black with #CC02ED

Text Example


Text Example

White with #CC02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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