Shades of Electric Purple #C02BF1
Tints of Electric Purple #C02BF1
RGB
CMYK
RGB Variations
Color information
#C02BF1 (or 0xC02BF1) is known color: Electric Purple. HEX triplet: C0, 2B and F1. RGB value is (192,43,241). Sum of RGB (Red+Green+Blue) = 192+43+241=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #C02BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BF1 is #3FD40E. Grayscale: #6D6D6D. Windows color (decimal): -4183055 or 15805376. OLE color: 15805376.
HSL color Cylindrical-coordinate representation of color #C02BF1: hue angle of 285.15º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02BF1 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 43 | 241 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.05 |
| HSL | 285.15º | 0.88% | 0.56% | - |
| HSV(B) | 285.15º | 0.82% | 0.95% | - |
| XYZ | 38.48 | 19.29 | 84.91 | - |
| YUV | 110.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 241 | 0.20 | 0.82 | 0 | 0.05 | 285.15 | 0.88 | 0.56 |
| Hex | C0 | 2B | F1 | 14 | 52 | 0 | 5 | 11D | 58 | 38 |
| Octal | 300 | 53 | 361 | 24 | 122 | 0 | 5 | 435 | 130 | 70 |
| Binary | 11000000 | 101011 | 11110001 | 10100 | 1010010 | 0 | 101 | 100011101 | 1011000 | 111000 |
Color Harmonies of #C02BF1
Complementary color
Monochromatic Colors of #C02BF1
Black with #C02BF1
Text Example
Text Example
White with #C02BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BF1; }
p { color: rgb(192,43,241); }
H1.HeaderClassName
{
color: #C02BF1;
}
.AnyTagClassName
{
color: #C02BF1;
}
</style>
background-color css
<style>
a { background-color: #C02BF1; }
a { background-color: rgb(192,43,241); }
div.DivClassName
{
background-color: #C02BF1;
}
.BgClassName
{
background-color: #C02BF1;
}
</style>
border-color css
<style>
span { border-color: #C02BF1; }
span { border-color: rgb(192,43,241); }
td.TdClassName
{
border-color: #C02BF1;
}
.TagClassName
{
border-color: #C02BF1;
}
</style>