Shades of Electric Purple #C02CF5
Tints of Electric Purple #C02CF5
RGB
CMYK
RGB Variations
Color information
#C02CF5 (or 0xC02CF5) is known color: Electric Purple. HEX triplet: C0, 2C and F5. RGB value is (192,44,245). Sum of RGB (Red+Green+Blue) = 192+44+245=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #C02CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CF5 is #3FD30A. Grayscale: #6E6E6E. Windows color (decimal): -4182795 or 16067776. OLE color: 16067776.
HSL color Cylindrical-coordinate representation of color #C02CF5: hue angle of 284.18º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02CF5 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 44 | 245 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.04 |
| HSL | 284.18º | 0.91% | 0.57% | - |
| HSV(B) | 284.18º | 0.82% | 0.96% | - |
| XYZ | 39.12 | 19.6 | 88.11 | - |
| YUV | 111.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 245 | 0.22 | 0.82 | 0 | 0.04 | 284.18 | 0.91 | 0.57 |
| Hex | C0 | 2C | F5 | 16 | 52 | 0 | 4 | 11C | 5B | 39 |
| Octal | 300 | 54 | 365 | 26 | 122 | 0 | 4 | 434 | 133 | 71 |
| Binary | 11000000 | 101100 | 11110101 | 10110 | 1010010 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #C02CF5
Complementary color
Monochromatic Colors of #C02CF5
Black with #C02CF5
Text Example
Text Example
White with #C02CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CF5; }
p { color: rgb(192,44,245); }
H1.HeaderClassName
{
color: #C02CF5;
}
.AnyTagClassName
{
color: #C02CF5;
}
</style>
background-color css
<style>
a { background-color: #C02CF5; }
a { background-color: rgb(192,44,245); }
div.DivClassName
{
background-color: #C02CF5;
}
.BgClassName
{
background-color: #C02CF5;
}
</style>
border-color css
<style>
span { border-color: #C02CF5; }
span { border-color: rgb(192,44,245); }
td.TdClassName
{
border-color: #C02CF5;
}
.TagClassName
{
border-color: #C02CF5;
}
</style>