Shades of Electric Purple #C00CEA
Tints of Electric Purple #C00CEA
RGB
CMYK
RGB Variations
Color information
#C00CEA (or 0xC00CEA) is known color: Electric Purple. HEX triplet: C0, 0C and EA. RGB value is (192,12,234). Sum of RGB (Red+Green+Blue) = 192+12+234=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #C00CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CEA is #3FF315. Grayscale: #5A5A5A. Windows color (decimal): -4190998 or 15338688. OLE color: 15338688.
HSL color Cylindrical-coordinate representation of color #C00CEA: hue angle of 288.65º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CEA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 12 | 234 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.08 |
| HSL | 288.65º | 0.9% | 0.48% | - |
| HSV(B) | 288.65º | 0.95% | 0.92% | - |
| XYZ | 36.72 | 17.41 | 79.27 | - |
| YUV | 91.13 | 208.63 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 234 | 0.18 | 0.95 | 0 | 0.08 | 288.65 | 0.9 | 0.48 |
| Hex | C0 | C | EA | 12 | 5F | 0 | 8 | 121 | 5A | 30 |
| Octal | 300 | 14 | 352 | 22 | 137 | 0 | 10 | 441 | 132 | 60 |
| Binary | 11000000 | 1100 | 11101010 | 10010 | 1011111 | 0 | 1000 | 100100001 | 1011010 | 110000 |
Color Harmonies of #C00CEA
Complementary color
Monochromatic Colors of #C00CEA
Black with #C00CEA
Text Example
Text Example
White with #C00CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CEA; }
p { color: rgb(192,12,234); }
H1.HeaderClassName
{
color: #C00CEA;
}
.AnyTagClassName
{
color: #C00CEA;
}
</style>
background-color css
<style>
a { background-color: #C00CEA; }
a { background-color: rgb(192,12,234); }
div.DivClassName
{
background-color: #C00CEA;
}
.BgClassName
{
background-color: #C00CEA;
}
</style>
border-color css
<style>
span { border-color: #C00CEA; }
span { border-color: rgb(192,12,234); }
td.TdClassName
{
border-color: #C00CEA;
}
.TagClassName
{
border-color: #C00CEA;
}
</style>