Shades of Electric Purple #C01CED
Tints of Electric Purple #C01CED
RGB
CMYK
RGB Variations
Color information
#C01CED (or 0xC01CED) is known color: Electric Purple. HEX triplet: C0, 1C and ED. RGB value is (192,28,237). Sum of RGB (Red+Green+Blue) = 192+28+237=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #C01CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CED is #3FE312. Grayscale: #646464. Windows color (decimal): -4186899 or 15539392. OLE color: 15539392.
HSL color Cylindrical-coordinate representation of color #C01CED: hue angle of 287.08º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CED is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 28 | 237 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.08º | 0.85% | 0.52% | - |
| HSV(B) | 287.08º | 0.88% | 0.93% | - |
| XYZ | 37.44 | 18.15 | 81.65 | - |
| YUV | 100.86 | 204.83 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 237 | 0.19 | 0.88 | 0 | 0.07 | 287.08 | 0.85 | 0.52 |
| Hex | C0 | 1C | ED | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 300 | 34 | 355 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 11000000 | 11100 | 11101101 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #C01CED
Complementary color
Monochromatic Colors of #C01CED
Black with #C01CED
Text Example
Text Example
White with #C01CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CED; }
p { color: rgb(192,28,237); }
H1.HeaderClassName
{
color: #C01CED;
}
.AnyTagClassName
{
color: #C01CED;
}
</style>
background-color css
<style>
a { background-color: #C01CED; }
a { background-color: rgb(192,28,237); }
div.DivClassName
{
background-color: #C01CED;
}
.BgClassName
{
background-color: #C01CED;
}
</style>
border-color css
<style>
span { border-color: #C01CED; }
span { border-color: rgb(192,28,237); }
td.TdClassName
{
border-color: #C01CED;
}
.TagClassName
{
border-color: #C01CED;
}
</style>