Shades of Deep Magenta #C908AB
Tints of Deep Magenta #C908AB
RGB
CMYK
RGB Variations
Color information
#C908AB (or 0xC908AB) is known color: Deep Magenta. HEX triplet: C9, 08 and AB. RGB value is (201,8,171). Sum of RGB (Red+Green+Blue) = 201+8+171=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C908AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908AB is #36F754. Grayscale: #535353. Windows color (decimal): -3602261 or 11208905. OLE color: 11208905.
HSL color Cylindrical-coordinate representation of color #C908AB: hue angle of 309.33º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908AB is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.21 |
| HSL | 309.33º | 0.92% | 0.41% | - |
| HSV(B) | 309.33º | 0.96% | 0.79% | - |
| XYZ | 31.52 | 15.53 | 39.86 | - |
| YUV | 84.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 171 | 0 | 0.96 | 0.15 | 0.21 | 309.33 | 0.92 | 0.41 |
| Hex | C9 | 8 | AB | 0 | 60 | F | 15 | 135 | 5C | 29 |
| Octal | 311 | 10 | 253 | 0 | 140 | 17 | 25 | 465 | 134 | 51 |
| Binary | 11001001 | 1000 | 10101011 | 0 | 1100000 | 1111 | 10101 | 100110101 | 1011100 | 101001 |
Color Harmonies of #C908AB
Complementary color
Monochromatic Colors of #C908AB
Black with #C908AB
Text Example
Text Example
White with #C908AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908AB; }
p { color: rgb(201,8,171); }
H1.HeaderClassName
{
color: #C908AB;
}
.AnyTagClassName
{
color: #C908AB;
}
</style>
background-color css
<style>
a { background-color: #C908AB; }
a { background-color: rgb(201,8,171); }
div.DivClassName
{
background-color: #C908AB;
}
.BgClassName
{
background-color: #C908AB;
}
</style>
border-color css
<style>
span { border-color: #C908AB; }
span { border-color: rgb(201,8,171); }
td.TdClassName
{
border-color: #C908AB;
}
.TagClassName
{
border-color: #C908AB;
}
</style>