Shades of Electric Purple #C02EFC
Tints of Electric Purple #C02EFC
RGB
CMYK
RGB Variations
Color information
#C02EFC (or 0xC02EFC) is known color: Electric Purple. HEX triplet: C0, 2E and FC. RGB value is (192,46,252). Sum of RGB (Red+Green+Blue) = 192+46+252=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C02EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EFC is #3FD103. Grayscale: #707070. Windows color (decimal): -4182276 or 16527040. OLE color: 16527040.
HSL color Cylindrical-coordinate representation of color #C02EFC: hue angle of 282.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02EFC is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 46 | 252 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.01 |
| HSL | 282.52º | 0.97% | 0.58% | - |
| HSV(B) | 282.52º | 0.82% | 0.99% | - |
| XYZ | 40.29 | 20.19 | 93.87 | - |
| YUV | 113.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 252 | 0.24 | 0.82 | 0 | 0.01 | 282.52 | 0.97 | 0.58 |
| Hex | C0 | 2E | FC | 18 | 52 | 0 | 1 | 11B | 61 | 3A |
| Octal | 300 | 56 | 374 | 30 | 122 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000000 | 101110 | 11111100 | 11000 | 1010010 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C02EFC
Complementary color
Monochromatic Colors of #C02EFC
Black with #C02EFC
Text Example
Text Example
White with #C02EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EFC; }
p { color: rgb(192,46,252); }
H1.HeaderClassName
{
color: #C02EFC;
}
.AnyTagClassName
{
color: #C02EFC;
}
</style>
background-color css
<style>
a { background-color: #C02EFC; }
a { background-color: rgb(192,46,252); }
div.DivClassName
{
background-color: #C02EFC;
}
.BgClassName
{
background-color: #C02EFC;
}
</style>
border-color css
<style>
span { border-color: #C02EFC; }
span { border-color: rgb(192,46,252); }
td.TdClassName
{
border-color: #C02EFC;
}
.TagClassName
{
border-color: #C02EFC;
}
</style>