Shades of Deep Magenta #C908AD
Tints of Deep Magenta #C908AD
RGB
CMYK
RGB Variations
Color information
#C908AD (or 0xC908AD) is known color: Deep Magenta. HEX triplet: C9, 08 and AD. RGB value is (201,8,173). Sum of RGB (Red+Green+Blue) = 201+8+173=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C908AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908AD is #36F752. Grayscale: #545454. Windows color (decimal): -3602259 or 11339977. OLE color: 11339977.
HSL color Cylindrical-coordinate representation of color #C908AD: hue angle of 308.7º 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 #C908AD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.21 |
| HSL | 308.7º | 0.92% | 0.41% | - |
| HSV(B) | 308.7º | 0.96% | 0.79% | - |
| XYZ | 31.72 | 15.61 | 40.88 | - |
| YUV | 84.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 173 | 0 | 0.96 | 0.14 | 0.21 | 308.7 | 0.92 | 0.41 |
| Hex | C9 | 8 | AD | 0 | 60 | E | 15 | 135 | 5C | 29 |
| Octal | 311 | 10 | 255 | 0 | 140 | 16 | 25 | 465 | 134 | 51 |
| Binary | 11001001 | 1000 | 10101101 | 0 | 1100000 | 1110 | 10101 | 100110101 | 1011100 | 101001 |
Color Harmonies of #C908AD
Complementary color
Monochromatic Colors of #C908AD
Black with #C908AD
Text Example
Text Example
White with #C908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908AD; }
p { color: rgb(201,8,173); }
H1.HeaderClassName
{
color: #C908AD;
}
.AnyTagClassName
{
color: #C908AD;
}
</style>
background-color css
<style>
a { background-color: #C908AD; }
a { background-color: rgb(201,8,173); }
div.DivClassName
{
background-color: #C908AD;
}
.BgClassName
{
background-color: #C908AD;
}
</style>
border-color css
<style>
span { border-color: #C908AD; }
span { border-color: rgb(201,8,173); }
td.TdClassName
{
border-color: #C908AD;
}
.TagClassName
{
border-color: #C908AD;
}
</style>