Shades of Electric Purple #C421FB
Tints of Electric Purple #C421FB
RGB
CMYK
RGB Variations
Color information
#C421FB (or 0xC421FB) is known color: Electric Purple. HEX triplet: C4, 21 and FB. RGB value is (196,33,251). Sum of RGB (Red+Green+Blue) = 196+33+251=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C421FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C421FB is #3BDE04. Grayscale: #696969. Windows color (decimal): -3923461 or 16458180. OLE color: 16458180.
HSL color Cylindrical-coordinate representation of color #C421FB: hue angle of 284.86º 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 #C421FB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 33 | 251 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.02 |
| HSL | 284.86º | 0.96% | 0.56% | - |
| HSV(B) | 284.86º | 0.87% | 0.98% | - |
| XYZ | 40.72 | 19.79 | 92.94 | - |
| YUV | 106.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 251 | 0.22 | 0.87 | 0 | 0.02 | 284.86 | 0.96 | 0.56 |
| Hex | C4 | 21 | FB | 16 | 57 | 0 | 2 | 11D | 60 | 38 |
| Octal | 304 | 41 | 373 | 26 | 127 | 0 | 2 | 435 | 140 | 70 |
| Binary | 11000100 | 100001 | 11111011 | 10110 | 1010111 | 0 | 10 | 100011101 | 1100000 | 111000 |
Color Harmonies of #C421FB
Complementary color
Monochromatic Colors of #C421FB
Black with #C421FB
Text Example
Text Example
White with #C421FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421FB; }
p { color: rgb(196,33,251); }
H1.HeaderClassName
{
color: #C421FB;
}
.AnyTagClassName
{
color: #C421FB;
}
</style>
background-color css
<style>
a { background-color: #C421FB; }
a { background-color: rgb(196,33,251); }
div.DivClassName
{
background-color: #C421FB;
}
.BgClassName
{
background-color: #C421FB;
}
</style>
border-color css
<style>
span { border-color: #C421FB; }
span { border-color: rgb(196,33,251); }
td.TdClassName
{
border-color: #C421FB;
}
.TagClassName
{
border-color: #C421FB;
}
</style>