Shades of Electric Purple #C021FB
Tints of Electric Purple #C021FB
RGB
CMYK
RGB Variations
Color information
#C021FB (or 0xC021FB) is known color: Electric Purple. HEX triplet: C0, 21 and FB. RGB value is (192,33,251). Sum of RGB (Red+Green+Blue) = 192+33+251=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C021FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021FB is #3FDE04. Grayscale: #686868. Windows color (decimal): -4185605 or 16458176. OLE color: 16458176.
HSL color Cylindrical-coordinate representation of color #C021FB: hue angle of 283.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C021FB is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 33 | 251 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.02 |
| HSL | 283.76º | 0.96% | 0.56% | - |
| HSV(B) | 283.76º | 0.87% | 0.98% | - |
| XYZ | 39.69 | 19.26 | 92.89 | - |
| YUV | 105.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 251 | 0.24 | 0.87 | 0 | 0.02 | 283.76 | 0.96 | 0.56 |
| Hex | C0 | 21 | FB | 18 | 57 | 0 | 2 | 11C | 60 | 38 |
| Octal | 300 | 41 | 373 | 30 | 127 | 0 | 2 | 434 | 140 | 70 |
| Binary | 11000000 | 100001 | 11111011 | 11000 | 1010111 | 0 | 10 | 100011100 | 1100000 | 111000 |
Color Harmonies of #C021FB
Complementary color
Monochromatic Colors of #C021FB
Black with #C021FB
Text Example
Text Example
White with #C021FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021FB; }
p { color: rgb(192,33,251); }
H1.HeaderClassName
{
color: #C021FB;
}
.AnyTagClassName
{
color: #C021FB;
}
</style>
background-color css
<style>
a { background-color: #C021FB; }
a { background-color: rgb(192,33,251); }
div.DivClassName
{
background-color: #C021FB;
}
.BgClassName
{
background-color: #C021FB;
}
</style>
border-color css
<style>
span { border-color: #C021FB; }
span { border-color: rgb(192,33,251); }
td.TdClassName
{
border-color: #C021FB;
}
.TagClassName
{
border-color: #C021FB;
}
</style>