Shades of Electric Purple #C01EEA
Tints of Electric Purple #C01EEA
RGB
CMYK
RGB Variations
Color information
#C01EEA (or 0xC01EEA) is known color: Electric Purple. HEX triplet: C0, 1E and EA. RGB value is (192,30,234). Sum of RGB (Red+Green+Blue) = 192+30+234=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EEA is #3FE115. Grayscale: #656565. Windows color (decimal): -4186390 or 15343296. OLE color: 15343296.
HSL color Cylindrical-coordinate representation of color #C01EEA: hue angle of 287.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01EEA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 30 | 234 | - |
CMYK | 0.18 | 0.87 | 0 | 0.08 |
HSL | 287.65º | 0.83% | 0.52% | - |
HSV(B) | 287.65º | 0.87% | 0.92% | - |
XYZ | 37.05 | 18.08 | 79.38 | - |
YUV | 101.69 | 202.67 | 192.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 30 | 234 | 0.18 | 0.87 | 0 | 0.08 | 287.65 | 0.83 | 0.52 |
Hex | C0 | 1E | EA | 12 | 57 | 0 | 8 | 120 | 53 | 34 |
Octal | 300 | 36 | 352 | 22 | 127 | 0 | 10 | 440 | 123 | 64 |
Binary | 11000000 | 11110 | 11101010 | 10010 | 1010111 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C01EEA
Complementary color
Monochromatic Colors of #C01EEA
Black with #C01EEA
Text Example
Text Example
White with #C01EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EEA; }
p { color: rgb(192,30,234); }
H1.HeaderClassName
{
color: #C01EEA;
}
.AnyTagClassName
{
color: #C01EEA;
}
</style>
background-color css
<style>
a { background-color: #C01EEA; }
a { background-color: rgb(192,30,234); }
div.DivClassName
{
background-color: #C01EEA;
}
.BgClassName
{
background-color: #C01EEA;
}
</style>
border-color css
<style>
span { border-color: #C01EEA; }
span { border-color: rgb(192,30,234); }
td.TdClassName
{
border-color: #C01EEA;
}
.TagClassName
{
border-color: #C01EEA;
}
</style>