Shades of Deep Magenta #C90CAF
Tints of Deep Magenta #C90CAF
RGB
CMYK
RGB Variations
Color information
#C90CAF (or 0xC90CAF) is known color: Deep Magenta. HEX triplet: C9, 0C and AF. RGB value is (201,12,175). Sum of RGB (Red+Green+Blue) = 201+12+175=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAF is #36F350. Grayscale: #565656. Windows color (decimal): -3601233 or 11472073. OLE color: 11472073.
HSL color Cylindrical-coordinate representation of color #C90CAF: hue angle of 308.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CAF is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.21 |
| HSL | 308.25º | 0.89% | 0.42% | - |
| HSV(B) | 308.25º | 0.94% | 0.79% | - |
| XYZ | 31.96 | 15.78 | 41.92 | - |
| YUV | 87.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 175 | 0 | 0.94 | 0.13 | 0.21 | 308.25 | 0.89 | 0.42 |
| Hex | C9 | C | AF | 0 | 5E | D | 15 | 134 | 59 | 2A |
| Octal | 311 | 14 | 257 | 0 | 136 | 15 | 25 | 464 | 131 | 52 |
| Binary | 11001001 | 1100 | 10101111 | 0 | 1011110 | 1101 | 10101 | 100110100 | 1011001 | 101010 |
Color Harmonies of #C90CAF
Complementary color
Monochromatic Colors of #C90CAF
Black with #C90CAF
Text Example
Text Example
White with #C90CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CAF; }
p { color: rgb(201,12,175); }
H1.HeaderClassName
{
color: #C90CAF;
}
.AnyTagClassName
{
color: #C90CAF;
}
</style>
background-color css
<style>
a { background-color: #C90CAF; }
a { background-color: rgb(201,12,175); }
div.DivClassName
{
background-color: #C90CAF;
}
.BgClassName
{
background-color: #C90CAF;
}
</style>
border-color css
<style>
span { border-color: #C90CAF; }
span { border-color: rgb(201,12,175); }
td.TdClassName
{
border-color: #C90CAF;
}
.TagClassName
{
border-color: #C90CAF;
}
</style>