Shades of Deep Magenta #C922DC
Tints of Deep Magenta #C922DC
RGB
CMYK
RGB Variations
Color information
#C922DC (or 0xC922DC) is known color: Deep Magenta. HEX triplet: C9, 22 and DC. RGB value is (201,34,220). Sum of RGB (Red+Green+Blue) = 201+34+220=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C922DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922DC is #36DD23. Grayscale: #686868. Windows color (decimal): -3595556 or 14426825. OLE color: 14426825.
HSL color Cylindrical-coordinate representation of color #C922DC: hue angle of 293.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C922DC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 34 | 220 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.14 |
| HSL | 293.87º | 0.73% | 0.5% | - |
| HSV(B) | 293.87º | 0.85% | 0.86% | - |
| XYZ | 37.58 | 18.73 | 69.34 | - |
| YUV | 105.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 220 | 0.09 | 0.85 | 0 | 0.14 | 293.87 | 0.73 | 0.5 |
| Hex | C9 | 22 | DC | 9 | 55 | 0 | E | 126 | 49 | 32 |
| Octal | 311 | 42 | 334 | 11 | 125 | 0 | 16 | 446 | 111 | 62 |
| Binary | 11001001 | 100010 | 11011100 | 1001 | 1010101 | 0 | 1110 | 100100110 | 1001001 | 110010 |
Color Harmonies of #C922DC
Complementary color
Monochromatic Colors of #C922DC
Black with #C922DC
Text Example
Text Example
White with #C922DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922DC; }
p { color: rgb(201,34,220); }
H1.HeaderClassName
{
color: #C922DC;
}
.AnyTagClassName
{
color: #C922DC;
}
</style>
background-color css
<style>
a { background-color: #C922DC; }
a { background-color: rgb(201,34,220); }
div.DivClassName
{
background-color: #C922DC;
}
.BgClassName
{
background-color: #C922DC;
}
</style>
border-color css
<style>
span { border-color: #C922DC; }
span { border-color: rgb(201,34,220); }
td.TdClassName
{
border-color: #C922DC;
}
.TagClassName
{
border-color: #C922DC;
}
</style>