Shades of Deep Magenta #C906AB
Tints of Deep Magenta #C906AB
RGB
CMYK
RGB Variations
Color information
#C906AB (or 0xC906AB) is known color: Deep Magenta. HEX triplet: C9, 06 and AB. RGB value is (201,6,171). Sum of RGB (Red+Green+Blue) = 201+6+171=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C906AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906AB is #36F954. Grayscale: #525252. Windows color (decimal): -3602773 or 11208393. OLE color: 11208393.
HSL color Cylindrical-coordinate representation of color #C906AB: hue angle of 309.23º 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 #C906AB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.21 |
| HSL | 309.23º | 0.94% | 0.41% | - |
| HSV(B) | 309.23º | 0.97% | 0.79% | - |
| XYZ | 31.5 | 15.49 | 39.86 | - |
| YUV | 83.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 171 | 0 | 0.97 | 0.15 | 0.21 | 309.23 | 0.94 | 0.41 |
| Hex | C9 | 6 | AB | 0 | 61 | F | 15 | 135 | 5E | 29 |
| Octal | 311 | 6 | 253 | 0 | 141 | 17 | 25 | 465 | 136 | 51 |
| Binary | 11001001 | 110 | 10101011 | 0 | 1100001 | 1111 | 10101 | 100110101 | 1011110 | 101001 |
Color Harmonies of #C906AB
Complementary color
Monochromatic Colors of #C906AB
Black with #C906AB
Text Example
Text Example
White with #C906AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906AB; }
p { color: rgb(201,6,171); }
H1.HeaderClassName
{
color: #C906AB;
}
.AnyTagClassName
{
color: #C906AB;
}
</style>
background-color css
<style>
a { background-color: #C906AB; }
a { background-color: rgb(201,6,171); }
div.DivClassName
{
background-color: #C906AB;
}
.BgClassName
{
background-color: #C906AB;
}
</style>
border-color css
<style>
span { border-color: #C906AB; }
span { border-color: rgb(201,6,171); }
td.TdClassName
{
border-color: #C906AB;
}
.TagClassName
{
border-color: #C906AB;
}
</style>