Shades of Deep Magenta #C922D0
Tints of Deep Magenta #C922D0
RGB
CMYK
RGB Variations
Color information
#C922D0 (or 0xC922D0) is known color: Deep Magenta. HEX triplet: C9, 22 and D0. RGB value is (201,34,208). Sum of RGB (Red+Green+Blue) = 201+34+208=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #C922D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922D0 is #36DD2F. Grayscale: #676767. Windows color (decimal): -3595568 or 13640393. OLE color: 13640393.
HSL color Cylindrical-coordinate representation of color #C922D0: hue angle of 297.59º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C922D0 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 34 | 208 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.18 |
| HSL | 297.59º | 0.72% | 0.47% | - |
| HSV(B) | 297.59º | 0.84% | 0.82% | - |
| XYZ | 36.04 | 18.12 | 61.27 | - |
| YUV | 103.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 208 | 0.03 | 0.84 | 0 | 0.18 | 297.59 | 0.72 | 0.47 |
| Hex | C9 | 22 | D0 | 3 | 54 | 0 | 12 | 12A | 48 | 2F |
| Octal | 311 | 42 | 320 | 3 | 124 | 0 | 22 | 452 | 110 | 57 |
| Binary | 11001001 | 100010 | 11010000 | 11 | 1010100 | 0 | 10010 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C922D0
Complementary color
Monochromatic Colors of #C922D0
Black with #C922D0
Text Example
Text Example
White with #C922D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922D0; }
p { color: rgb(201,34,208); }
H1.HeaderClassName
{
color: #C922D0;
}
.AnyTagClassName
{
color: #C922D0;
}
</style>
background-color css
<style>
a { background-color: #C922D0; }
a { background-color: rgb(201,34,208); }
div.DivClassName
{
background-color: #C922D0;
}
.BgClassName
{
background-color: #C922D0;
}
</style>
border-color css
<style>
span { border-color: #C922D0; }
span { border-color: rgb(201,34,208); }
td.TdClassName
{
border-color: #C922D0;
}
.TagClassName
{
border-color: #C922D0;
}
</style>