Shades of Deep Magenta #C421C2
Tints of Deep Magenta #C421C2
RGB
CMYK
RGB Variations
Color information
#C421C2 (or 0xC421C2) is known color: Deep Magenta. HEX triplet: C4, 21 and C2. RGB value is (196,33,194). Sum of RGB (Red+Green+Blue) = 196+33+194=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C421C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C421C2 is #3BDE3D. Grayscale: #636363. Windows color (decimal): -3923518 or 12722628. OLE color: 12722628.
HSL color Cylindrical-coordinate representation of color #C421C2: hue angle of 300.74º 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 #C421C2 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 194 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.23 |
| HSL | 300.74º | 0.71% | 0.45% | - |
| HSV(B) | 300.74º | 0.83% | 0.77% | - |
| XYZ | 33.05 | 16.72 | 52.52 | - |
| YUV | 100.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 194 | 0 | 0.83 | 0.01 | 0.23 | 300.74 | 0.71 | 0.45 |
| Hex | C4 | 21 | C2 | 0 | 53 | 1 | 17 | 12D | 47 | 2D |
| Octal | 304 | 41 | 302 | 0 | 123 | 1 | 27 | 455 | 107 | 55 |
| Binary | 11000100 | 100001 | 11000010 | 0 | 1010011 | 1 | 10111 | 100101101 | 1000111 | 101101 |
Color Harmonies of #C421C2
Complementary color
Monochromatic Colors of #C421C2
Black with #C421C2
Text Example
Text Example
White with #C421C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C421C2; }
p { color: rgb(196,33,194); }
H1.HeaderClassName
{
color: #C421C2;
}
.AnyTagClassName
{
color: #C421C2;
}
</style>
background-color css
<style>
a { background-color: #C421C2; }
a { background-color: rgb(196,33,194); }
div.DivClassName
{
background-color: #C421C2;
}
.BgClassName
{
background-color: #C421C2;
}
</style>
border-color css
<style>
span { border-color: #C421C2; }
span { border-color: rgb(196,33,194); }
td.TdClassName
{
border-color: #C421C2;
}
.TagClassName
{
border-color: #C421C2;
}
</style>