Shades of Electric Purple #C02CF9
Tints of Electric Purple #C02CF9
RGB
CMYK
RGB Variations
Color information
#C02CF9 (or 0xC02CF9) is known color: Electric Purple. HEX triplet: C0, 2C and F9. RGB value is (192,44,249). Sum of RGB (Red+Green+Blue) = 192+44+249=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #C02CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CF9 is #3FD306. Grayscale: #6E6E6E. Windows color (decimal): -4182791 or 16329920. OLE color: 16329920.
HSL color Cylindrical-coordinate representation of color #C02CF9: hue angle of 283.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02CF9 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 44 | 249 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.02 |
| HSL | 283.32º | 0.94% | 0.57% | - |
| HSV(B) | 283.32º | 0.82% | 0.98% | - |
| XYZ | 39.74 | 19.85 | 91.36 | - |
| YUV | 111.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 249 | 0.23 | 0.82 | 0 | 0.02 | 283.32 | 0.94 | 0.57 |
| Hex | C0 | 2C | F9 | 17 | 52 | 0 | 2 | 11B | 5E | 39 |
| Octal | 300 | 54 | 371 | 27 | 122 | 0 | 2 | 433 | 136 | 71 |
| Binary | 11000000 | 101100 | 11111001 | 10111 | 1010010 | 0 | 10 | 100011011 | 1011110 | 111001 |
Color Harmonies of #C02CF9
Complementary color
Monochromatic Colors of #C02CF9
Black with #C02CF9
Text Example
Text Example
White with #C02CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CF9; }
p { color: rgb(192,44,249); }
H1.HeaderClassName
{
color: #C02CF9;
}
.AnyTagClassName
{
color: #C02CF9;
}
</style>
background-color css
<style>
a { background-color: #C02CF9; }
a { background-color: rgb(192,44,249); }
div.DivClassName
{
background-color: #C02CF9;
}
.BgClassName
{
background-color: #C02CF9;
}
</style>
border-color css
<style>
span { border-color: #C02CF9; }
span { border-color: rgb(192,44,249); }
td.TdClassName
{
border-color: #C02CF9;
}
.TagClassName
{
border-color: #C02CF9;
}
</style>