Html Css Color HEX #CC09EA Electric Purple

📋 copy color: '#CC09EA'

red 204 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #CC09EA

Tints of Electric Purple #CC09EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 45.64%
G = 2.01%
B = 52.35%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC09EA (or 0xCC09EA) is known color: Electric Purple. HEX triplet: CC, 09 and EA. RGB value is (204,9,234). Sum of RGB (Red+Green+Blue) = 204+9+234=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09EA is #33F615. Grayscale: #5C5C5C. Windows color (decimal): -3405334 or 15337932. OLE color: 15337932.

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

Color convert

RGB 204 9 234 -
CMYK 0.13 0.96 0 0.08
HSL 292º 0.93% 0.48% -
HSV(B) 292º 0.96% 0.92% -
XYZ 39.85 18.97 79.4 -
YUV 92.96 207.6 207.2 -
System Red Green Blue C M Y K H S L
Decimal 204 9 234 0.13 0.96 0 0.08 292 0.93 0.48
Hex CC 9 EA D 60 0 8 124 5D 30
Octal 314 11 352 15 140 0 10 444 135 60
Binary 11001100 1001 11101010 1101 1100000 0 1000 100100100 1011101 110000

Color Harmonies of #CC09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09EA

Black with #CC09EA

Text Example


Text Example

White with #CC09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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