Html Css Color HEX #CC09EE Electric Purple

📋 copy color: '#CC09EE'

red 204 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #CC09EE

Tints of Electric Purple #CC09EE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 45.23%
G = 2%
B = 52.77%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC09EE (or 0xCC09EE) is known color: Electric Purple. HEX triplet: CC, 09 and EE. RGB value is (204,9,238). Sum of RGB (Red+Green+Blue) = 204+9+238=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09EE is #33F611. Grayscale: #5C5C5C. Windows color (decimal): -3405330 or 15600076. OLE color: 15600076.

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

Color convert

RGB 204 9 238 -
CMYK 0.14 0.96 0 0.07
HSL 291.09º 0.93% 0.48% -
HSV(B) 291.09º 0.96% 0.93% -
XYZ 40.43 19.21 82.47 -
YUV 93.41 209.6 206.88 -
System Red Green Blue C M Y K H S L
Decimal 204 9 238 0.14 0.96 0 0.07 291.09 0.93 0.48
Hex CC 9 EE E 60 0 7 123 5D 30
Octal 314 11 356 16 140 0 7 443 135 60
Binary 11001100 1001 11101110 1110 1100000 0 111 100100011 1011101 110000

Color Harmonies of #CC09EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09EE

Black with #CC09EE

Text Example


Text Example

White with #CC09EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09EE; }

 p { color: rgb(204,9,238); }

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

background-color css

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

 a { background-color: rgb(204,9,238); }

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

border-color css

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

 span { border-color: rgb(204,9,238); }

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