Html Css Color HEX #C00EEA Electric Purple

📋 copy color: '#C00EEA'

red 192 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #C00EEA

Tints of Electric Purple #C00EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.18%

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

R = 43.64%
G = 3.18%
B = 53.18%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C00EEA (or 0xC00EEA) is known color: Electric Purple. HEX triplet: C0, 0E and EA. RGB value is (192,14,234). Sum of RGB (Red+Green+Blue) = 192+14+234=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #C00EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EEA is #3FF115. Grayscale: #5B5B5B. Windows color (decimal): -4190486 or 15339200. OLE color: 15339200.

HSL color Cylindrical-coordinate representation of color #C00EEA: hue angle of 288.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EEA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 14 234 -
CMYK 0.18 0.94 0 0.08
HSL 288.55º 0.89% 0.49% -
HSV(B) 288.55º 0.94% 0.92% -
XYZ 36.75 17.46 79.28 -
YUV 92.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 192 14 234 0.18 0.94 0 0.08 288.55 0.89 0.49
Hex C0 E EA 12 5E 0 8 121 59 31
Octal 300 16 352 22 136 0 10 441 131 61
Binary 11000000 1110 11101010 10010 1011110 0 1000 100100001 1011001 110001

Color Harmonies of #C00EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EEA

Black with #C00EEA

Text Example


Text Example

White with #C00EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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