Shades of Deep Magenta #C922DF
Tints of Deep Magenta #C922DF
RGB
CMYK
RGB Variations
Color information
#C922DF (or 0xC922DF) is known color: Deep Magenta. HEX triplet: C9, 22 and DF. RGB value is (201,34,223). Sum of RGB (Red+Green+Blue) = 201+34+223=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C922DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922DF is #36DD20. Grayscale: #686868. Windows color (decimal): -3595553 or 14623433. OLE color: 14623433.
HSL color Cylindrical-coordinate representation of color #C922DF: hue angle of 293.02º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C922DF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 34 | 223 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.13 |
| HSL | 293.02º | 0.75% | 0.5% | - |
| HSV(B) | 293.02º | 0.85% | 0.87% | - |
| XYZ | 37.98 | 18.89 | 71.46 | - |
| YUV | 105.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 223 | 0.10 | 0.85 | 0 | 0.13 | 293.02 | 0.75 | 0.5 |
| Hex | C9 | 22 | DF | A | 55 | 0 | D | 125 | 4B | 32 |
| Octal | 311 | 42 | 337 | 12 | 125 | 0 | 15 | 445 | 113 | 62 |
| Binary | 11001001 | 100010 | 11011111 | 1010 | 1010101 | 0 | 1101 | 100100101 | 1001011 | 110010 |
Color Harmonies of #C922DF
Complementary color
Monochromatic Colors of #C922DF
Black with #C922DF
Text Example
Text Example
White with #C922DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922DF; }
p { color: rgb(201,34,223); }
H1.HeaderClassName
{
color: #C922DF;
}
.AnyTagClassName
{
color: #C922DF;
}
</style>
background-color css
<style>
a { background-color: #C922DF; }
a { background-color: rgb(201,34,223); }
div.DivClassName
{
background-color: #C922DF;
}
.BgClassName
{
background-color: #C922DF;
}
</style>
border-color css
<style>
span { border-color: #C922DF; }
span { border-color: rgb(201,34,223); }
td.TdClassName
{
border-color: #C922DF;
}
.TagClassName
{
border-color: #C922DF;
}
</style>