Shades of Electric Purple #C420FB
Tints of Electric Purple #C420FB
RGB
CMYK
RGB Variations
Color information
#C420FB (or 0xC420FB) is known color: Electric Purple. HEX triplet: C4, 20 and FB. RGB value is (196,32,251). Sum of RGB (Red+Green+Blue) = 196+32+251=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #C420FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FB is #3BDF04. Grayscale: #696969. Windows color (decimal): -3923717 or 16457924. OLE color: 16457924.
HSL color Cylindrical-coordinate representation of color #C420FB: hue angle of 284.93º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420FB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 32 | 251 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.02 |
| HSL | 284.93º | 0.96% | 0.55% | - |
| HSV(B) | 284.93º | 0.87% | 0.98% | - |
| XYZ | 40.69 | 19.73 | 92.93 | - |
| YUV | 106 | 209.83 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 251 | 0.22 | 0.87 | 0 | 0.02 | 284.93 | 0.96 | 0.55 |
| Hex | C4 | 20 | FB | 16 | 57 | 0 | 2 | 11D | 60 | 37 |
| Octal | 304 | 40 | 373 | 26 | 127 | 0 | 2 | 435 | 140 | 67 |
| Binary | 11000100 | 100000 | 11111011 | 10110 | 1010111 | 0 | 10 | 100011101 | 1100000 | 110111 |
Color Harmonies of #C420FB
Complementary color
Monochromatic Colors of #C420FB
Black with #C420FB
Text Example
Text Example
White with #C420FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420FB; }
p { color: rgb(196,32,251); }
H1.HeaderClassName
{
color: #C420FB;
}
.AnyTagClassName
{
color: #C420FB;
}
</style>
background-color css
<style>
a { background-color: #C420FB; }
a { background-color: rgb(196,32,251); }
div.DivClassName
{
background-color: #C420FB;
}
.BgClassName
{
background-color: #C420FB;
}
</style>
border-color css
<style>
span { border-color: #C420FB; }
span { border-color: rgb(196,32,251); }
td.TdClassName
{
border-color: #C420FB;
}
.TagClassName
{
border-color: #C420FB;
}
</style>