Shades of Electric Purple #C02DEF
Tints of Electric Purple #C02DEF
RGB
CMYK
RGB Variations
Color information
#C02DEF (or 0xC02DEF) is known color: Electric Purple. HEX triplet: C0, 2D and EF. RGB value is (192,45,239). Sum of RGB (Red+Green+Blue) = 192+45+239=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02DEF is #3FD210. Grayscale: #6E6E6E. Windows color (decimal): -4182545 or 15674816. OLE color: 15674816.
HSL color Cylindrical-coordinate representation of color #C02DEF: hue angle of 285.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02DEF is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 45 | 239 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.06 |
| HSL | 285.46º | 0.86% | 0.56% | - |
| HSV(B) | 285.46º | 0.81% | 0.94% | - |
| XYZ | 38.26 | 19.32 | 83.37 | - |
| YUV | 111.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 239 | 0.20 | 0.81 | 0 | 0.06 | 285.46 | 0.86 | 0.56 |
| Hex | C0 | 2D | EF | 14 | 51 | 0 | 6 | 11D | 56 | 38 |
| Octal | 300 | 55 | 357 | 24 | 121 | 0 | 6 | 435 | 126 | 70 |
| Binary | 11000000 | 101101 | 11101111 | 10100 | 1010001 | 0 | 110 | 100011101 | 1010110 | 111000 |
Color Harmonies of #C02DEF
Complementary color
Monochromatic Colors of #C02DEF
Black with #C02DEF
Text Example
Text Example
White with #C02DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DEF; }
p { color: rgb(192,45,239); }
H1.HeaderClassName
{
color: #C02DEF;
}
.AnyTagClassName
{
color: #C02DEF;
}
</style>
background-color css
<style>
a { background-color: #C02DEF; }
a { background-color: rgb(192,45,239); }
div.DivClassName
{
background-color: #C02DEF;
}
.BgClassName
{
background-color: #C02DEF;
}
</style>
border-color css
<style>
span { border-color: #C02DEF; }
span { border-color: rgb(192,45,239); }
td.TdClassName
{
border-color: #C02DEF;
}
.TagClassName
{
border-color: #C02DEF;
}
</style>