Shades of Electric Purple #C003EF
Tints of Electric Purple #C003EF
RGB
CMYK
RGB Variations
Color information
#C003EF (or 0xC003EF) is known color: Electric Purple. HEX triplet: C0, 03 and EF. RGB value is (192,3,239). Sum of RGB (Red+Green+Blue) = 192+3+239=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #C003EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003EF is #3FFC10. Grayscale: #555555. Windows color (decimal): -4193297 or 15664064. OLE color: 15664064.
HSL color Cylindrical-coordinate representation of color #C003EF: hue angle of 288.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003EF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 3 | 239 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.06 |
| HSL | 288.05º | 0.98% | 0.47% | - |
| HSV(B) | 288.05º | 0.99% | 0.94% | - |
| XYZ | 37.35 | 17.5 | 83.07 | - |
| YUV | 86.42 | 214.12 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 239 | 0.20 | 0.99 | 0 | 0.06 | 288.05 | 0.98 | 0.47 |
| Hex | C0 | 3 | EF | 14 | 63 | 0 | 6 | 120 | 62 | 2F |
| Octal | 300 | 3 | 357 | 24 | 143 | 0 | 6 | 440 | 142 | 57 |
| Binary | 11000000 | 11 | 11101111 | 10100 | 1100011 | 0 | 110 | 100100000 | 1100010 | 101111 |
Color Harmonies of #C003EF
Complementary color
Monochromatic Colors of #C003EF
Black with #C003EF
Text Example
Text Example
White with #C003EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003EF; }
p { color: rgb(192,3,239); }
H1.HeaderClassName
{
color: #C003EF;
}
.AnyTagClassName
{
color: #C003EF;
}
</style>
background-color css
<style>
a { background-color: #C003EF; }
a { background-color: rgb(192,3,239); }
div.DivClassName
{
background-color: #C003EF;
}
.BgClassName
{
background-color: #C003EF;
}
</style>
border-color css
<style>
span { border-color: #C003EF; }
span { border-color: rgb(192,3,239); }
td.TdClassName
{
border-color: #C003EF;
}
.TagClassName
{
border-color: #C003EF;
}
</style>