Shades of Deep Magenta #C906AA
Tints of Deep Magenta #C906AA
RGB
CMYK
RGB Variations
Color information
#C906AA (or 0xC906AA) is known color: Deep Magenta. HEX triplet: C9, 06 and AA. RGB value is (201,6,170). Sum of RGB (Red+Green+Blue) = 201+6+170=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C906AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906AA is #36F955. Grayscale: #525252. Windows color (decimal): -3602774 or 11142857. OLE color: 11142857.
HSL color Cylindrical-coordinate representation of color #C906AA: hue angle of 309.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906AA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.54º | 0.94% | 0.41% | - |
| HSV(B) | 309.54º | 0.97% | 0.79% | - |
| XYZ | 31.41 | 15.45 | 39.36 | - |
| YUV | 83 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 170 | 0 | 0.97 | 0.15 | 0.21 | 309.54 | 0.94 | 0.41 |
| Hex | C9 | 6 | AA | 0 | 61 | F | 15 | 136 | 5E | 29 |
| Octal | 311 | 6 | 252 | 0 | 141 | 17 | 25 | 466 | 136 | 51 |
| Binary | 11001001 | 110 | 10101010 | 0 | 1100001 | 1111 | 10101 | 100110110 | 1011110 | 101001 |
Color Harmonies of #C906AA
Complementary color
Monochromatic Colors of #C906AA
Black with #C906AA
Text Example
Text Example
White with #C906AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906AA; }
p { color: rgb(201,6,170); }
H1.HeaderClassName
{
color: #C906AA;
}
.AnyTagClassName
{
color: #C906AA;
}
</style>
background-color css
<style>
a { background-color: #C906AA; }
a { background-color: rgb(201,6,170); }
div.DivClassName
{
background-color: #C906AA;
}
.BgClassName
{
background-color: #C906AA;
}
</style>
border-color css
<style>
span { border-color: #C906AA; }
span { border-color: rgb(201,6,170); }
td.TdClassName
{
border-color: #C906AA;
}
.TagClassName
{
border-color: #C906AA;
}
</style>