Shades of Electric Purple #C015EF
Tints of Electric Purple #C015EF
RGB
CMYK
RGB Variations
Color information
#C015EF (or 0xC015EF) is known color: Electric Purple. HEX triplet: C0, 15 and EF. RGB value is (192,21,239). Sum of RGB (Red+Green+Blue) = 192+21+239=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #C015EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015EF is #3FEA10. Grayscale: #606060. Windows color (decimal): -4188689 or 15668672. OLE color: 15668672.
HSL color Cylindrical-coordinate representation of color #C015EF: hue angle of 287.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C015EF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 21 | 239 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.06 |
| HSL | 287.06º | 0.87% | 0.51% | - |
| HSV(B) | 287.06º | 0.91% | 0.94% | - |
| XYZ | 37.59 | 17.97 | 83.15 | - |
| YUV | 96.98 | 208.15 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 239 | 0.20 | 0.91 | 0 | 0.06 | 287.06 | 0.87 | 0.51 |
| Hex | C0 | 15 | EF | 14 | 5B | 0 | 6 | 11F | 57 | 33 |
| Octal | 300 | 25 | 357 | 24 | 133 | 0 | 6 | 437 | 127 | 63 |
| Binary | 11000000 | 10101 | 11101111 | 10100 | 1011011 | 0 | 110 | 100011111 | 1010111 | 110011 |
Color Harmonies of #C015EF
Complementary color
Monochromatic Colors of #C015EF
Black with #C015EF
Text Example
Text Example
White with #C015EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015EF; }
p { color: rgb(192,21,239); }
H1.HeaderClassName
{
color: #C015EF;
}
.AnyTagClassName
{
color: #C015EF;
}
</style>
background-color css
<style>
a { background-color: #C015EF; }
a { background-color: rgb(192,21,239); }
div.DivClassName
{
background-color: #C015EF;
}
.BgClassName
{
background-color: #C015EF;
}
</style>
border-color css
<style>
span { border-color: #C015EF; }
span { border-color: rgb(192,21,239); }
td.TdClassName
{
border-color: #C015EF;
}
.TagClassName
{
border-color: #C015EF;
}
</style>