Shades of Electric Purple #C001ED
Tints of Electric Purple #C001ED
RGB
CMYK
RGB Variations
Color information
#C001ED (or 0xC001ED) is known color: Electric Purple. HEX triplet: C0, 01 and ED. RGB value is (192,1,237). Sum of RGB (Red+Green+Blue) = 192+1+237=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #C001ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001ED is #3FFE12. Grayscale: #545454. Windows color (decimal): -4193811 or 15532480. OLE color: 15532480.
HSL color Cylindrical-coordinate representation of color #C001ED: hue angle of 288.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001ED is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 1 | 237 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.07 |
| HSL | 288.56º | 0.99% | 0.47% | - |
| HSV(B) | 288.56º | 1% | 0.93% | - |
| XYZ | 37.04 | 17.34 | 81.52 | - |
| YUV | 85.01 | 213.78 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 237 | 0.19 | 1.00 | 0 | 0.07 | 288.56 | 0.99 | 0.47 |
| Hex | C0 | 1 | ED | 13 | 64 | 0 | 7 | 121 | 63 | 2F |
| Octal | 300 | 1 | 355 | 23 | 144 | 0 | 7 | 441 | 143 | 57 |
| Binary | 11000000 | 1 | 11101101 | 10011 | 1100100 | 0 | 111 | 100100001 | 1100011 | 101111 |
Color Harmonies of #C001ED
Complementary color
Monochromatic Colors of #C001ED
Black with #C001ED
Text Example
Text Example
White with #C001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001ED; }
p { color: rgb(192,1,237); }
H1.HeaderClassName
{
color: #C001ED;
}
.AnyTagClassName
{
color: #C001ED;
}
</style>
background-color css
<style>
a { background-color: #C001ED; }
a { background-color: rgb(192,1,237); }
div.DivClassName
{
background-color: #C001ED;
}
.BgClassName
{
background-color: #C001ED;
}
</style>
border-color css
<style>
span { border-color: #C001ED; }
span { border-color: rgb(192,1,237); }
td.TdClassName
{
border-color: #C001ED;
}
.TagClassName
{
border-color: #C001ED;
}
</style>