Shades of Electric Purple #C02FF9
Tints of Electric Purple #C02FF9
RGB
CMYK
RGB Variations
Color information
#C02FF9 (or 0xC02FF9) is known color: Electric Purple. HEX triplet: C0, 2F and F9. RGB value is (192,47,249). Sum of RGB (Red+Green+Blue) = 192+47+249=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #C02FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FF9 is #3FD006. Grayscale: #707070. Windows color (decimal): -4182023 or 16330688. OLE color: 16330688.
HSL color Cylindrical-coordinate representation of color #C02FF9: hue angle of 283.07º degrees, saturation: 0.94, 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 #C02FF9 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 47 | 249 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.02 |
| HSL | 283.07º | 0.94% | 0.58% | - |
| HSV(B) | 283.07º | 0.81% | 0.98% | - |
| XYZ | 39.85 | 20.08 | 91.4 | - |
| YUV | 113.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 249 | 0.23 | 0.81 | 0 | 0.02 | 283.07 | 0.94 | 0.58 |
| Hex | C0 | 2F | F9 | 17 | 51 | 0 | 2 | 11B | 5E | 3A |
| Octal | 300 | 57 | 371 | 27 | 121 | 0 | 2 | 433 | 136 | 72 |
| Binary | 11000000 | 101111 | 11111001 | 10111 | 1010001 | 0 | 10 | 100011011 | 1011110 | 111010 |
Color Harmonies of #C02FF9
Complementary color
Monochromatic Colors of #C02FF9
Black with #C02FF9
Text Example
Text Example
White with #C02FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FF9; }
p { color: rgb(192,47,249); }
H1.HeaderClassName
{
color: #C02FF9;
}
.AnyTagClassName
{
color: #C02FF9;
}
</style>
background-color css
<style>
a { background-color: #C02FF9; }
a { background-color: rgb(192,47,249); }
div.DivClassName
{
background-color: #C02FF9;
}
.BgClassName
{
background-color: #C02FF9;
}
</style>
border-color css
<style>
span { border-color: #C02FF9; }
span { border-color: rgb(192,47,249); }
td.TdClassName
{
border-color: #C02FF9;
}
.TagClassName
{
border-color: #C02FF9;
}
</style>