Html Css Color HEX #CC00E9 Electric Purple

📋 copy color: '#CC00E9'

red 204 ◦ green 0 ◦ blue 233

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

Shades of Electric Purple #CC00E9

Tints of Electric Purple #CC00E9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.68%
G = 0%
B = 53.32%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC00E9 (or 0xCC00E9) is known color: Electric Purple. HEX triplet: CC, 00 and E9. RGB value is (204,0,233). Sum of RGB (Red+Green+Blue) = 204+0+233=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC00E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00E9 is #33FF16. Grayscale: #565656. Windows color (decimal): -3407639 or 15270092. OLE color: 15270092.

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

Color convert

RGB 204 0 233 -
CMYK 0.12 1 0 0.09
HSL 292.53º 1% 0.46% -
HSV(B) 292.53º 1% 0.91% -
XYZ 39.61 18.72 78.62 -
YUV 87.56 210.09 211.05 -
System Red Green Blue C M Y K H S L
Decimal 204 0 233 0.12 1 0 0.09 292.53 1 0.46
Hex CC 0 E9 C 64 0 9 125 64 2E
Octal 314 0 351 14 144 0 11 445 144 56
Binary 11001100 0 11101001 1100 1100100 0 1001 100100101 1100100 101110

Color Harmonies of #CC00E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC00E9

Black with #CC00E9

Text Example


Text Example

White with #CC00E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC00E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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