Shades of Deep Magenta #C909AA
Tints of Deep Magenta #C909AA
RGB
CMYK
RGB Variations
Color information
#C909AA (or 0xC909AA) is known color: Deep Magenta. HEX triplet: C9, 09 and AA. RGB value is (201,9,170). Sum of RGB (Red+Green+Blue) = 201+9+170=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C909AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C909AA is #36F655. Grayscale: #545454. Windows color (decimal): -3602006 or 11143625. OLE color: 11143625.
HSL color Cylindrical-coordinate representation of color #C909AA: hue angle of 309.69º degrees, saturation: 0.91, 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 #C909AA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.21 |
| HSL | 309.69º | 0.91% | 0.41% | - |
| HSV(B) | 309.69º | 0.96% | 0.79% | - |
| XYZ | 31.44 | 15.52 | 39.37 | - |
| YUV | 84.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 170 | 0 | 0.96 | 0.15 | 0.21 | 309.69 | 0.91 | 0.41 |
| Hex | C9 | 9 | AA | 0 | 60 | F | 15 | 136 | 5B | 29 |
| Octal | 311 | 11 | 252 | 0 | 140 | 17 | 25 | 466 | 133 | 51 |
| Binary | 11001001 | 1001 | 10101010 | 0 | 1100000 | 1111 | 10101 | 100110110 | 1011011 | 101001 |
Color Harmonies of #C909AA
Complementary color
Monochromatic Colors of #C909AA
Black with #C909AA
Text Example
Text Example
White with #C909AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909AA; }
p { color: rgb(201,9,170); }
H1.HeaderClassName
{
color: #C909AA;
}
.AnyTagClassName
{
color: #C909AA;
}
</style>
background-color css
<style>
a { background-color: #C909AA; }
a { background-color: rgb(201,9,170); }
div.DivClassName
{
background-color: #C909AA;
}
.BgClassName
{
background-color: #C909AA;
}
</style>
border-color css
<style>
span { border-color: #C909AA; }
span { border-color: rgb(201,9,170); }
td.TdClassName
{
border-color: #C909AA;
}
.TagClassName
{
border-color: #C909AA;
}
</style>