Shades of Deep Magenta #C422CC
Tints of Deep Magenta #C422CC
RGB
CMYK
RGB Variations
Color information
#C422CC (or 0xC422CC) is known color: Deep Magenta. HEX triplet: C4, 22 and CC. RGB value is (196,34,204). Sum of RGB (Red+Green+Blue) = 196+34+204=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #C422CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C422CC is #3BDD33. Grayscale: #656565. Windows color (decimal): -3923252 or 13378244. OLE color: 13378244.
HSL color Cylindrical-coordinate representation of color #C422CC: hue angle of 297.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422CC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 34 | 204 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.2 |
| HSL | 297.18º | 0.71% | 0.47% | - |
| HSV(B) | 297.18º | 0.83% | 0.8% | - |
| XYZ | 34.24 | 17.24 | 58.65 | - |
| YUV | 101.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 204 | 0.04 | 0.83 | 0 | 0.2 | 297.18 | 0.71 | 0.47 |
| Hex | C4 | 22 | CC | 4 | 53 | 0 | 14 | 129 | 47 | 2F |
| Octal | 304 | 42 | 314 | 4 | 123 | 0 | 24 | 451 | 107 | 57 |
| Binary | 11000100 | 100010 | 11001100 | 100 | 1010011 | 0 | 10100 | 100101001 | 1000111 | 101111 |
Color Harmonies of #C422CC
Complementary color
Monochromatic Colors of #C422CC
Black with #C422CC
Text Example
Text Example
White with #C422CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422CC; }
p { color: rgb(196,34,204); }
H1.HeaderClassName
{
color: #C422CC;
}
.AnyTagClassName
{
color: #C422CC;
}
</style>
background-color css
<style>
a { background-color: #C422CC; }
a { background-color: rgb(196,34,204); }
div.DivClassName
{
background-color: #C422CC;
}
.BgClassName
{
background-color: #C422CC;
}
</style>
border-color css
<style>
span { border-color: #C422CC; }
span { border-color: rgb(196,34,204); }
td.TdClassName
{
border-color: #C422CC;
}
.TagClassName
{
border-color: #C422CC;
}
</style>