Shades of Deep Magenta #C422C9
Tints of Deep Magenta #C422C9
RGB
CMYK
RGB Variations
Color information
#C422C9 (or 0xC422C9) is known color: Deep Magenta. HEX triplet: C4, 22 and C9. RGB value is (196,34,201). Sum of RGB (Red+Green+Blue) = 196+34+201=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #C422C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422C9 is #3BDD36. Grayscale: #646464. Windows color (decimal): -3923255 or 13181636. OLE color: 13181636.
HSL color Cylindrical-coordinate representation of color #C422C9: hue angle of 298.2º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422C9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 34 | 201 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.21 |
| HSL | 298.2º | 0.71% | 0.46% | - |
| HSV(B) | 298.2º | 0.83% | 0.79% | - |
| XYZ | 33.88 | 17.1 | 56.77 | - |
| YUV | 101.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 201 | 0.02 | 0.83 | 0 | 0.21 | 298.2 | 0.71 | 0.46 |
| Hex | C4 | 22 | C9 | 2 | 53 | 0 | 15 | 12A | 47 | 2E |
| Octal | 304 | 42 | 311 | 2 | 123 | 0 | 25 | 452 | 107 | 56 |
| Binary | 11000100 | 100010 | 11001001 | 10 | 1010011 | 0 | 10101 | 100101010 | 1000111 | 101110 |
Color Harmonies of #C422C9
Complementary color
Monochromatic Colors of #C422C9
Black with #C422C9
Text Example
Text Example
White with #C422C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422C9; }
p { color: rgb(196,34,201); }
H1.HeaderClassName
{
color: #C422C9;
}
.AnyTagClassName
{
color: #C422C9;
}
</style>
background-color css
<style>
a { background-color: #C422C9; }
a { background-color: rgb(196,34,201); }
div.DivClassName
{
background-color: #C422C9;
}
.BgClassName
{
background-color: #C422C9;
}
</style>
border-color css
<style>
span { border-color: #C422C9; }
span { border-color: rgb(196,34,201); }
td.TdClassName
{
border-color: #C422C9;
}
.TagClassName
{
border-color: #C422C9;
}
</style>