Shades of Electric Purple #C02CF0
Tints of Electric Purple #C02CF0
RGB
CMYK
RGB Variations
Color information
#C02CF0 (or 0xC02CF0) is known color: Electric Purple. HEX triplet: C0, 2C and F0. RGB value is (192,44,240). Sum of RGB (Red+Green+Blue) = 192+44+240=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #C02CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CF0 is #3FD30F. Grayscale: #6D6D6D. Windows color (decimal): -4182800 or 15740096. OLE color: 15740096.
HSL color Cylindrical-coordinate representation of color #C02CF0: hue angle of 285.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02CF0 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 44 | 240 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.06 |
| HSL | 285.31º | 0.87% | 0.56% | - |
| HSV(B) | 285.31º | 0.82% | 0.94% | - |
| XYZ | 38.37 | 19.3 | 84.14 | - |
| YUV | 110.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 240 | 0.20 | 0.82 | 0 | 0.06 | 285.31 | 0.87 | 0.56 |
| Hex | C0 | 2C | F0 | 14 | 52 | 0 | 6 | 11D | 57 | 38 |
| Octal | 300 | 54 | 360 | 24 | 122 | 0 | 6 | 435 | 127 | 70 |
| Binary | 11000000 | 101100 | 11110000 | 10100 | 1010010 | 0 | 110 | 100011101 | 1010111 | 111000 |
Color Harmonies of #C02CF0
Complementary color
Monochromatic Colors of #C02CF0
Black with #C02CF0
Text Example
Text Example
White with #C02CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CF0; }
p { color: rgb(192,44,240); }
H1.HeaderClassName
{
color: #C02CF0;
}
.AnyTagClassName
{
color: #C02CF0;
}
</style>
background-color css
<style>
a { background-color: #C02CF0; }
a { background-color: rgb(192,44,240); }
div.DivClassName
{
background-color: #C02CF0;
}
.BgClassName
{
background-color: #C02CF0;
}
</style>
border-color css
<style>
span { border-color: #C02CF0; }
span { border-color: rgb(192,44,240); }
td.TdClassName
{
border-color: #C02CF0;
}
.TagClassName
{
border-color: #C02CF0;
}
</style>