Shades of Deep Magenta #C420CC
Tints of Deep Magenta #C420CC
RGB
CMYK
RGB Variations
Color information
#C420CC (or 0xC420CC) is known color: Deep Magenta. HEX triplet: C4, 20 and CC. RGB value is (196,32,204). Sum of RGB (Red+Green+Blue) = 196+32+204=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C420CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420CC is #3BDF33. Grayscale: #646464. Windows color (decimal): -3923764 or 13377732. OLE color: 13377732.
HSL color Cylindrical-coordinate representation of color #C420CC: hue angle of 297.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420CC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 32 | 204 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.2 |
| HSL | 297.21º | 0.73% | 0.46% | - |
| HSV(B) | 297.21º | 0.84% | 0.8% | - |
| XYZ | 34.18 | 17.13 | 58.63 | - |
| YUV | 100.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 204 | 0.04 | 0.84 | 0 | 0.2 | 297.21 | 0.73 | 0.46 |
| Hex | C4 | 20 | CC | 4 | 54 | 0 | 14 | 129 | 49 | 2E |
| Octal | 304 | 40 | 314 | 4 | 124 | 0 | 24 | 451 | 111 | 56 |
| Binary | 11000100 | 100000 | 11001100 | 100 | 1010100 | 0 | 10100 | 100101001 | 1001001 | 101110 |
Color Harmonies of #C420CC
Complementary color
Monochromatic Colors of #C420CC
Black with #C420CC
Text Example
Text Example
White with #C420CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420CC; }
p { color: rgb(196,32,204); }
H1.HeaderClassName
{
color: #C420CC;
}
.AnyTagClassName
{
color: #C420CC;
}
</style>
background-color css
<style>
a { background-color: #C420CC; }
a { background-color: rgb(196,32,204); }
div.DivClassName
{
background-color: #C420CC;
}
.BgClassName
{
background-color: #C420CC;
}
</style>
border-color css
<style>
span { border-color: #C420CC; }
span { border-color: rgb(196,32,204); }
td.TdClassName
{
border-color: #C420CC;
}
.TagClassName
{
border-color: #C420CC;
}
</style>