Shades of Electric Purple #C420FD
Tints of Electric Purple #C420FD
RGB
CMYK
RGB Variations
Color information
#C420FD (or 0xC420FD) is known color: Electric Purple. HEX triplet: C4, 20 and FD. RGB value is (196,32,253). Sum of RGB (Red+Green+Blue) = 196+32+253=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C420FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FD is #3BDF02. Grayscale: #696969. Windows color (decimal): -3923715 or 16588996. OLE color: 16588996.
HSL color Cylindrical-coordinate representation of color #C420FD: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420FD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 32 | 253 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.52º | 0.98% | 0.56% | - |
| HSV(B) | 284.52º | 0.87% | 0.99% | - |
| XYZ | 41.01 | 19.86 | 94.6 | - |
| YUV | 106.23 | 210.83 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 253 | 0.23 | 0.87 | 0 | 0.01 | 284.52 | 0.98 | 0.56 |
| Hex | C4 | 20 | FD | 17 | 57 | 0 | 1 | 11D | 62 | 38 |
| Octal | 304 | 40 | 375 | 27 | 127 | 0 | 1 | 435 | 142 | 70 |
| Binary | 11000100 | 100000 | 11111101 | 10111 | 1010111 | 0 | 1 | 100011101 | 1100010 | 111000 |
Color Harmonies of #C420FD
Complementary color
Monochromatic Colors of #C420FD
Black with #C420FD
Text Example
Text Example
White with #C420FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420FD; }
p { color: rgb(196,32,253); }
H1.HeaderClassName
{
color: #C420FD;
}
.AnyTagClassName
{
color: #C420FD;
}
</style>
background-color css
<style>
a { background-color: #C420FD; }
a { background-color: rgb(196,32,253); }
div.DivClassName
{
background-color: #C420FD;
}
.BgClassName
{
background-color: #C420FD;
}
</style>
border-color css
<style>
span { border-color: #C420FD; }
span { border-color: rgb(196,32,253); }
td.TdClassName
{
border-color: #C420FD;
}
.TagClassName
{
border-color: #C420FD;
}
</style>