Shades of Electric Purple #C01CEF
Tints of Electric Purple #C01CEF
RGB
CMYK
RGB Variations
Color information
#C01CEF (or 0xC01CEF) is known color: Electric Purple. HEX triplet: C0, 1C and EF. RGB value is (192,28,239). Sum of RGB (Red+Green+Blue) = 192+28+239=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C01CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CEF is #3FE310. Grayscale: #646464. Windows color (decimal): -4186897 or 15670464. OLE color: 15670464.
HSL color Cylindrical-coordinate representation of color #C01CEF: hue angle of 286.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CEF is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 28 | 239 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.06 |
| HSL | 286.64º | 0.87% | 0.52% | - |
| HSV(B) | 286.64º | 0.88% | 0.94% | - |
| XYZ | 37.73 | 18.27 | 83.2 | - |
| YUV | 101.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 239 | 0.20 | 0.88 | 0 | 0.06 | 286.64 | 0.87 | 0.52 |
| Hex | C0 | 1C | EF | 14 | 58 | 0 | 6 | 11F | 57 | 34 |
| Octal | 300 | 34 | 357 | 24 | 130 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000000 | 11100 | 11101111 | 10100 | 1011000 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C01CEF
Complementary color
Monochromatic Colors of #C01CEF
Black with #C01CEF
Text Example
Text Example
White with #C01CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CEF; }
p { color: rgb(192,28,239); }
H1.HeaderClassName
{
color: #C01CEF;
}
.AnyTagClassName
{
color: #C01CEF;
}
</style>
background-color css
<style>
a { background-color: #C01CEF; }
a { background-color: rgb(192,28,239); }
div.DivClassName
{
background-color: #C01CEF;
}
.BgClassName
{
background-color: #C01CEF;
}
</style>
border-color css
<style>
span { border-color: #C01CEF; }
span { border-color: rgb(192,28,239); }
td.TdClassName
{
border-color: #C01CEF;
}
.TagClassName
{
border-color: #C01CEF;
}
</style>