Html Css Color HEX #CC20E9 Electric Purple

📋 copy color: '#CC20E9'

red 204 ◦ green 32 ◦ blue 233

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

Shades of Electric Purple #CC20E9

Tints of Electric Purple #CC20E9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.82%

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 43.5%
G = 6.82%
B = 49.68%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC20E9 (or 0xCC20E9) is known color: Electric Purple. HEX triplet: CC, 20 and E9. RGB value is (204,32,233). Sum of RGB (Red+Green+Blue) = 204+32+233=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20E9 is #33DF16. Grayscale: #696969. Windows color (decimal): -3399447 or 15278284. OLE color: 15278284.

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

Color convert

RGB 204 32 233 -
CMYK 0.12 0.86 0 0.09
HSL 291.34º 0.82% 0.52% -
HSV(B) 291.34º 0.86% 0.91% -
XYZ 40.13 19.75 78.79 -
YUV 106.34 199.48 197.66 -
System Red Green Blue C M Y K H S L
Decimal 204 32 233 0.12 0.86 0 0.09 291.34 0.82 0.52
Hex CC 20 E9 C 56 0 9 123 52 34
Octal 314 40 351 14 126 0 11 443 122 64
Binary 11001100 100000 11101001 1100 1010110 0 1001 100100011 1010010 110100

Color Harmonies of #CC20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20E9

Black with #CC20E9

Text Example


Text Example

White with #CC20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20E9; }

 p { color: rgb(204,32,233); }

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

background-color css

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

 a { background-color: rgb(204,32,233); }

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

border-color css

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

 span { border-color: rgb(204,32,233); }

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