Shades of Electric Purple #C010EF
Tints of Electric Purple #C010EF
RGB
CMYK
RGB Variations
Color information
#C010EF (or 0xC010EF) is known color: Electric Purple. HEX triplet: C0, 10 and EF. RGB value is (192,16,239). Sum of RGB (Red+Green+Blue) = 192+16+239=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C010EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010EF is #3FEF10. Grayscale: #5D5D5D. Windows color (decimal): -4189969 or 15667392. OLE color: 15667392.
HSL color Cylindrical-coordinate representation of color #C010EF: hue angle of 287.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010EF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 16 | 239 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 287.35º | 0.87% | 0.5% | - |
| HSV(B) | 287.35º | 0.93% | 0.94% | - |
| XYZ | 37.5 | 17.81 | 83.12 | - |
| YUV | 94.05 | 209.81 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 239 | 0.20 | 0.93 | 0 | 0.06 | 287.35 | 0.87 | 0.5 |
| Hex | C0 | 10 | EF | 14 | 5D | 0 | 6 | 11F | 57 | 32 |
| Octal | 300 | 20 | 357 | 24 | 135 | 0 | 6 | 437 | 127 | 62 |
| Binary | 11000000 | 10000 | 11101111 | 10100 | 1011101 | 0 | 110 | 100011111 | 1010111 | 110010 |
Color Harmonies of #C010EF
Complementary color
Monochromatic Colors of #C010EF
Black with #C010EF
Text Example
Text Example
White with #C010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010EF; }
p { color: rgb(192,16,239); }
H1.HeaderClassName
{
color: #C010EF;
}
.AnyTagClassName
{
color: #C010EF;
}
</style>
background-color css
<style>
a { background-color: #C010EF; }
a { background-color: rgb(192,16,239); }
div.DivClassName
{
background-color: #C010EF;
}
.BgClassName
{
background-color: #C010EF;
}
</style>
border-color css
<style>
span { border-color: #C010EF; }
span { border-color: rgb(192,16,239); }
td.TdClassName
{
border-color: #C010EF;
}
.TagClassName
{
border-color: #C010EF;
}
</style>