Shades of Electric Purple #C02CEF
Tints of Electric Purple #C02CEF
RGB
CMYK
RGB Variations
Color information
#C02CEF (or 0xC02CEF) is known color: Electric Purple. HEX triplet: C0, 2C and EF. RGB value is (192,44,239). Sum of RGB (Red+Green+Blue) = 192+44+239=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CEF is #3FD310. Grayscale: #6D6D6D. Windows color (decimal): -4182801 or 15674560. OLE color: 15674560.
HSL color Cylindrical-coordinate representation of color #C02CEF: hue angle of 285.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02CEF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 44 | 239 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.06 |
| HSL | 285.54º | 0.86% | 0.55% | - |
| HSV(B) | 285.54º | 0.82% | 0.94% | - |
| XYZ | 38.22 | 19.24 | 83.36 | - |
| YUV | 110.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 239 | 0.20 | 0.82 | 0 | 0.06 | 285.54 | 0.86 | 0.55 |
| Hex | C0 | 2C | EF | 14 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 300 | 54 | 357 | 24 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000000 | 101100 | 11101111 | 10100 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C02CEF
Complementary color
Monochromatic Colors of #C02CEF
Black with #C02CEF
Text Example
Text Example
White with #C02CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CEF; }
p { color: rgb(192,44,239); }
H1.HeaderClassName
{
color: #C02CEF;
}
.AnyTagClassName
{
color: #C02CEF;
}
</style>
background-color css
<style>
a { background-color: #C02CEF; }
a { background-color: rgb(192,44,239); }
div.DivClassName
{
background-color: #C02CEF;
}
.BgClassName
{
background-color: #C02CEF;
}
</style>
border-color css
<style>
span { border-color: #C02CEF; }
span { border-color: rgb(192,44,239); }
td.TdClassName
{
border-color: #C02CEF;
}
.TagClassName
{
border-color: #C02CEF;
}
</style>