Shades of Deep Magenta #C421C0
Tints of Deep Magenta #C421C0
RGB
CMYK
RGB Variations
Color information
#C421C0 (or 0xC421C0) is known color: Deep Magenta. HEX triplet: C4, 21 and C0. RGB value is (196,33,192). Sum of RGB (Red+Green+Blue) = 196+33+192=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C421C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421C0 is #3BDE3F. Grayscale: #636363. Windows color (decimal): -3923520 or 12591556. OLE color: 12591556.
HSL color Cylindrical-coordinate representation of color #C421C0: hue angle of 301.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421C0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 192 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.23 |
| HSL | 301.47º | 0.71% | 0.45% | - |
| HSV(B) | 301.47º | 0.83% | 0.77% | - |
| XYZ | 32.82 | 16.63 | 51.35 | - |
| YUV | 99.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 192 | 0 | 0.83 | 0.02 | 0.23 | 301.47 | 0.71 | 0.45 |
| Hex | C4 | 21 | C0 | 0 | 53 | 2 | 17 | 12D | 47 | 2D |
| Octal | 304 | 41 | 300 | 0 | 123 | 2 | 27 | 455 | 107 | 55 |
| Binary | 11000100 | 100001 | 11000000 | 0 | 1010011 | 10 | 10111 | 100101101 | 1000111 | 101101 |
Color Harmonies of #C421C0
Complementary color
Monochromatic Colors of #C421C0
Black with #C421C0
Text Example
Text Example
White with #C421C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421C0; }
p { color: rgb(196,33,192); }
H1.HeaderClassName
{
color: #C421C0;
}
.AnyTagClassName
{
color: #C421C0;
}
</style>
background-color css
<style>
a { background-color: #C421C0; }
a { background-color: rgb(196,33,192); }
div.DivClassName
{
background-color: #C421C0;
}
.BgClassName
{
background-color: #C421C0;
}
</style>
border-color css
<style>
span { border-color: #C421C0; }
span { border-color: rgb(196,33,192); }
td.TdClassName
{
border-color: #C421C0;
}
.TagClassName
{
border-color: #C421C0;
}
</style>