Shades of Electric Purple #C02BF8
Tints of Electric Purple #C02BF8
RGB
CMYK
RGB Variations
Color information
#C02BF8 (or 0xC02BF8) is known color: Electric Purple. HEX triplet: C0, 2B and F8. RGB value is (192,43,248). Sum of RGB (Red+Green+Blue) = 192+43+248=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #C02BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BF8 is #3FD407. Grayscale: #6E6E6E. Windows color (decimal): -4183048 or 16264128. OLE color: 16264128.
HSL color Cylindrical-coordinate representation of color #C02BF8: hue angle of 283.61º 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 #C02BF8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 43 | 248 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.03 |
| HSL | 283.61º | 0.94% | 0.57% | - |
| HSV(B) | 283.61º | 0.83% | 0.97% | - |
| XYZ | 39.55 | 19.71 | 90.53 | - |
| YUV | 110.92 | 205.36 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 248 | 0.23 | 0.83 | 0 | 0.03 | 283.61 | 0.94 | 0.57 |
| Hex | C0 | 2B | F8 | 17 | 53 | 0 | 3 | 11C | 5E | 39 |
| Octal | 300 | 53 | 370 | 27 | 123 | 0 | 3 | 434 | 136 | 71 |
| Binary | 11000000 | 101011 | 11111000 | 10111 | 1010011 | 0 | 11 | 100011100 | 1011110 | 111001 |
Color Harmonies of #C02BF8
Complementary color
Monochromatic Colors of #C02BF8
Black with #C02BF8
Text Example
Text Example
White with #C02BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BF8; }
p { color: rgb(192,43,248); }
H1.HeaderClassName
{
color: #C02BF8;
}
.AnyTagClassName
{
color: #C02BF8;
}
</style>
background-color css
<style>
a { background-color: #C02BF8; }
a { background-color: rgb(192,43,248); }
div.DivClassName
{
background-color: #C02BF8;
}
.BgClassName
{
background-color: #C02BF8;
}
</style>
border-color css
<style>
span { border-color: #C02BF8; }
span { border-color: rgb(192,43,248); }
td.TdClassName
{
border-color: #C02BF8;
}
.TagClassName
{
border-color: #C02BF8;
}
</style>