Shades of Electric Purple #C02FFA
Tints of Electric Purple #C02FFA
RGB
CMYK
RGB Variations
Color information
#C02FFA (or 0xC02FFA) is known color: Electric Purple. HEX triplet: C0, 2F and FA. RGB value is (192,47,250). Sum of RGB (Red+Green+Blue) = 192+47+250=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C02FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FFA is #3FD005. Grayscale: #707070. Windows color (decimal): -4182022 or 16396224. OLE color: 16396224.
HSL color Cylindrical-coordinate representation of color #C02FFA: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02FFA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 47 | 250 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.02 |
| HSL | 282.86º | 0.95% | 0.58% | - |
| HSV(B) | 282.86º | 0.81% | 0.98% | - |
| XYZ | 40.01 | 20.14 | 92.22 | - |
| YUV | 113.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 250 | 0.23 | 0.81 | 0 | 0.02 | 282.86 | 0.95 | 0.58 |
| Hex | C0 | 2F | FA | 17 | 51 | 0 | 2 | 11B | 5F | 3A |
| Octal | 300 | 57 | 372 | 27 | 121 | 0 | 2 | 433 | 137 | 72 |
| Binary | 11000000 | 101111 | 11111010 | 10111 | 1010001 | 0 | 10 | 100011011 | 1011111 | 111010 |
Color Harmonies of #C02FFA
Complementary color
Monochromatic Colors of #C02FFA
Black with #C02FFA
Text Example
Text Example
White with #C02FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FFA; }
p { color: rgb(192,47,250); }
H1.HeaderClassName
{
color: #C02FFA;
}
.AnyTagClassName
{
color: #C02FFA;
}
</style>
background-color css
<style>
a { background-color: #C02FFA; }
a { background-color: rgb(192,47,250); }
div.DivClassName
{
background-color: #C02FFA;
}
.BgClassName
{
background-color: #C02FFA;
}
</style>
border-color css
<style>
span { border-color: #C02FFA; }
span { border-color: rgb(192,47,250); }
td.TdClassName
{
border-color: #C02FFA;
}
.TagClassName
{
border-color: #C02FFA;
}
</style>