Shades of Deep Magenta #C922DA
Tints of Deep Magenta #C922DA
RGB
CMYK
RGB Variations
Color information
#C922DA (or 0xC922DA) is known color: Deep Magenta. HEX triplet: C9, 22 and DA. RGB value is (201,34,218). Sum of RGB (Red+Green+Blue) = 201+34+218=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C922DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922DA is #36DD25. Grayscale: #686868. Windows color (decimal): -3595558 or 14295753. OLE color: 14295753.
HSL color Cylindrical-coordinate representation of color #C922DA: hue angle of 294.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C922DA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 34 | 218 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.15 |
| HSL | 294.46º | 0.73% | 0.49% | - |
| HSV(B) | 294.46º | 0.84% | 0.85% | - |
| XYZ | 37.31 | 18.62 | 67.96 | - |
| YUV | 104.91 | 191.83 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 218 | 0.08 | 0.84 | 0 | 0.15 | 294.46 | 0.73 | 0.49 |
| Hex | C9 | 22 | DA | 8 | 54 | 0 | F | 126 | 49 | 31 |
| Octal | 311 | 42 | 332 | 10 | 124 | 0 | 17 | 446 | 111 | 61 |
| Binary | 11001001 | 100010 | 11011010 | 1000 | 1010100 | 0 | 1111 | 100100110 | 1001001 | 110001 |
Color Harmonies of #C922DA
Complementary color
Monochromatic Colors of #C922DA
Black with #C922DA
Text Example
Text Example
White with #C922DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922DA; }
p { color: rgb(201,34,218); }
H1.HeaderClassName
{
color: #C922DA;
}
.AnyTagClassName
{
color: #C922DA;
}
</style>
background-color css
<style>
a { background-color: #C922DA; }
a { background-color: rgb(201,34,218); }
div.DivClassName
{
background-color: #C922DA;
}
.BgClassName
{
background-color: #C922DA;
}
</style>
border-color css
<style>
span { border-color: #C922DA; }
span { border-color: rgb(201,34,218); }
td.TdClassName
{
border-color: #C922DA;
}
.TagClassName
{
border-color: #C922DA;
}
</style>