Shades of Electric Purple #C02AF8
Tints of Electric Purple #C02AF8
RGB
CMYK
RGB Variations
Color information
#C02AF8 (or 0xC02AF8) is known color: Electric Purple. HEX triplet: C0, 2A and F8. RGB value is (192,42,248). Sum of RGB (Red+Green+Blue) = 192+42+248=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #C02AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AF8 is #3FD507. Grayscale: #6D6D6D. Windows color (decimal): -4183304 or 16263872. OLE color: 16263872.
HSL color Cylindrical-coordinate representation of color #C02AF8: hue angle of 283.69º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02AF8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 42 | 248 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.03 |
| HSL | 283.69º | 0.94% | 0.57% | - |
| HSV(B) | 283.69º | 0.83% | 0.97% | - |
| XYZ | 39.51 | 19.64 | 90.52 | - |
| YUV | 110.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 248 | 0.23 | 0.83 | 0 | 0.03 | 283.69 | 0.94 | 0.57 |
| Hex | C0 | 2A | F8 | 17 | 53 | 0 | 3 | 11C | 5E | 39 |
| Octal | 300 | 52 | 370 | 27 | 123 | 0 | 3 | 434 | 136 | 71 |
| Binary | 11000000 | 101010 | 11111000 | 10111 | 1010011 | 0 | 11 | 100011100 | 1011110 | 111001 |
Color Harmonies of #C02AF8
Complementary color
Monochromatic Colors of #C02AF8
Black with #C02AF8
Text Example
Text Example
White with #C02AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AF8; }
p { color: rgb(192,42,248); }
H1.HeaderClassName
{
color: #C02AF8;
}
.AnyTagClassName
{
color: #C02AF8;
}
</style>
background-color css
<style>
a { background-color: #C02AF8; }
a { background-color: rgb(192,42,248); }
div.DivClassName
{
background-color: #C02AF8;
}
.BgClassName
{
background-color: #C02AF8;
}
</style>
border-color css
<style>
span { border-color: #C02AF8; }
span { border-color: rgb(192,42,248); }
td.TdClassName
{
border-color: #C02AF8;
}
.TagClassName
{
border-color: #C02AF8;
}
</style>