Html Css Color HEX #C009EA Electric Purple

📋 copy color: '#C009EA'

red 192 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #C009EA

Tints of Electric Purple #C009EA

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

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

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

R = 44.14%
G = 2.07%
B = 53.79%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C009EA (or 0xC009EA) is known color: Electric Purple. HEX triplet: C0, 09 and EA. RGB value is (192,9,234). Sum of RGB (Red+Green+Blue) = 192+9+234=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #C009EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009EA is #3FF615. Grayscale: #585858. Windows color (decimal): -4191766 or 15337920. OLE color: 15337920.

HSL color Cylindrical-coordinate representation of color #C009EA: hue angle of 288.8º 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 #C009EA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 9 234 -
CMYK 0.18 0.96 0 0.08
HSL 288.8º 0.93% 0.48% -
HSV(B) 288.8º 0.96% 0.92% -
XYZ 36.69 17.34 79.26 -
YUV 89.37 209.63 201.2 -
System Red Green Blue C M Y K H S L
Decimal 192 9 234 0.18 0.96 0 0.08 288.8 0.93 0.48
Hex C0 9 EA 12 60 0 8 121 5D 30
Octal 300 11 352 22 140 0 10 441 135 60
Binary 11000000 1001 11101010 10010 1100000 0 1000 100100001 1011101 110000

Color Harmonies of #C009EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009EA

Black with #C009EA

Text Example


Text Example

White with #C009EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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