Shades of Electric Purple #C02FFB
Tints of Electric Purple #C02FFB
RGB
CMYK
RGB Variations
Color information
#C02FFB (or 0xC02FFB) is known color: Electric Purple. HEX triplet: C0, 2F and FB. RGB value is (192,47,251). Sum of RGB (Red+Green+Blue) = 192+47+251=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C02FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FFB is #3FD004. Grayscale: #707070. Windows color (decimal): -4182021 or 16461760. OLE color: 16461760.
HSL color Cylindrical-coordinate representation of color #C02FFB: hue angle of 282.65º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02FFB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 47 | 251 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.02 |
| HSL | 282.65º | 0.96% | 0.58% | - |
| HSV(B) | 282.65º | 0.81% | 0.98% | - |
| XYZ | 40.17 | 20.2 | 93.05 | - |
| YUV | 113.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 251 | 0.24 | 0.81 | 0 | 0.02 | 282.65 | 0.96 | 0.58 |
| Hex | C0 | 2F | FB | 18 | 51 | 0 | 2 | 11B | 60 | 3A |
| Octal | 300 | 57 | 373 | 30 | 121 | 0 | 2 | 433 | 140 | 72 |
| Binary | 11000000 | 101111 | 11111011 | 11000 | 1010001 | 0 | 10 | 100011011 | 1100000 | 111010 |
Color Harmonies of #C02FFB
Complementary color
Monochromatic Colors of #C02FFB
Black with #C02FFB
Text Example
Text Example
White with #C02FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FFB; }
p { color: rgb(192,47,251); }
H1.HeaderClassName
{
color: #C02FFB;
}
.AnyTagClassName
{
color: #C02FFB;
}
</style>
background-color css
<style>
a { background-color: #C02FFB; }
a { background-color: rgb(192,47,251); }
div.DivClassName
{
background-color: #C02FFB;
}
.BgClassName
{
background-color: #C02FFB;
}
</style>
border-color css
<style>
span { border-color: #C02FFB; }
span { border-color: rgb(192,47,251); }
td.TdClassName
{
border-color: #C02FFB;
}
.TagClassName
{
border-color: #C02FFB;
}
</style>