Shades of Deep Magenta #C90BAF
Tints of Deep Magenta #C90BAF
RGB
CMYK
RGB Variations
Color information
#C90BAF (or 0xC90BAF) is known color: Deep Magenta. HEX triplet: C9, 0B and AF. RGB value is (201,11,175). Sum of RGB (Red+Green+Blue) = 201+11+175=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C90BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90BAF is #36F450. Grayscale: #565656. Windows color (decimal): -3601489 or 11471817. OLE color: 11471817.
HSL color Cylindrical-coordinate representation of color #C90BAF: hue angle of 308.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BAF is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.21 |
| HSL | 308.21º | 0.9% | 0.42% | - |
| HSV(B) | 308.21º | 0.95% | 0.79% | - |
| XYZ | 31.94 | 15.75 | 41.91 | - |
| YUV | 86.51 | 177.95 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 175 | 0 | 0.95 | 0.13 | 0.21 | 308.21 | 0.9 | 0.42 |
| Hex | C9 | B | AF | 0 | 5F | D | 15 | 134 | 5A | 2A |
| Octal | 311 | 13 | 257 | 0 | 137 | 15 | 25 | 464 | 132 | 52 |
| Binary | 11001001 | 1011 | 10101111 | 0 | 1011111 | 1101 | 10101 | 100110100 | 1011010 | 101010 |
Color Harmonies of #C90BAF
Complementary color
Monochromatic Colors of #C90BAF
Black with #C90BAF
Text Example
Text Example
White with #C90BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BAF; }
p { color: rgb(201,11,175); }
H1.HeaderClassName
{
color: #C90BAF;
}
.AnyTagClassName
{
color: #C90BAF;
}
</style>
background-color css
<style>
a { background-color: #C90BAF; }
a { background-color: rgb(201,11,175); }
div.DivClassName
{
background-color: #C90BAF;
}
.BgClassName
{
background-color: #C90BAF;
}
</style>
border-color css
<style>
span { border-color: #C90BAF; }
span { border-color: rgb(201,11,175); }
td.TdClassName
{
border-color: #C90BAF;
}
.TagClassName
{
border-color: #C90BAF;
}
</style>