Shades of Electric Purple #C02BFF
Tints of Electric Purple #C02BFF
RGB
CMYK
RGB Variations
Color information
#C02BFF (or 0xC02BFF) is known color: Electric Purple. HEX triplet: C0, 2B and FF. RGB value is (192,43,255). Sum of RGB (Red+Green+Blue) = 192+43+255=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 43 (17.19% from 255 or 8.78% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BFF is #3FD400. Grayscale: #6F6F6F. Windows color (decimal): -4183041 or 16722880. OLE color: 16722880.
HSL color Cylindrical-coordinate representation of color #C02BFF: hue angle of 282.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02BFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 43 | 255 | - |
| CMYK | 0.25 | 0.83 | 0 | 0 |
| HSL | 282.17º | 1% | 0.58% | - |
| HSV(B) | 282.17º | 0.83% | 1% | - |
| XYZ | 40.65 | 20.15 | 96.36 | - |
| YUV | 111.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 255 | 0.25 | 0.83 | 0 | 0 | 282.17 | 1 | 0.58 |
| Hex | C0 | 2B | FF | 19 | 53 | 0 | 0 | 11A | 64 | 3A |
| Octal | 300 | 53 | 377 | 31 | 123 | 0 | 0 | 432 | 144 | 72 |
| Binary | 11000000 | 101011 | 11111111 | 11001 | 1010011 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #C02BFF
Complementary color
Monochromatic Colors of #C02BFF
Black with #C02BFF
Text Example
Text Example
White with #C02BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BFF; }
p { color: rgb(192,43,255); }
H1.HeaderClassName
{
color: #C02BFF;
}
.AnyTagClassName
{
color: #C02BFF;
}
</style>
background-color css
<style>
a { background-color: #C02BFF; }
a { background-color: rgb(192,43,255); }
div.DivClassName
{
background-color: #C02BFF;
}
.BgClassName
{
background-color: #C02BFF;
}
</style>
border-color css
<style>
span { border-color: #C02BFF; }
span { border-color: rgb(192,43,255); }
td.TdClassName
{
border-color: #C02BFF;
}
.TagClassName
{
border-color: #C02BFF;
}
</style>