Shades of Deep Magenta #C90CBD
Tints of Deep Magenta #C90CBD
RGB
CMYK
RGB Variations
Color information
#C90CBD (or 0xC90CBD) is known color: Deep Magenta. HEX triplet: C9, 0C and BD. RGB value is (201,12,189). Sum of RGB (Red+Green+Blue) = 201+12+189=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CBD is #36F342. Grayscale: #585858. Windows color (decimal): -3601219 or 12389577. OLE color: 12389577.
HSL color Cylindrical-coordinate representation of color #C90CBD: hue angle of 303.81º 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 #C90CBD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.21 |
| HSL | 303.81º | 0.89% | 0.42% | - |
| HSV(B) | 303.81º | 0.94% | 0.79% | - |
| XYZ | 33.4 | 16.35 | 49.54 | - |
| YUV | 88.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 189 | 0 | 0.94 | 0.06 | 0.21 | 303.81 | 0.89 | 0.42 |
| Hex | C9 | C | BD | 0 | 5E | 6 | 15 | 130 | 59 | 2A |
| Octal | 311 | 14 | 275 | 0 | 136 | 6 | 25 | 460 | 131 | 52 |
| Binary | 11001001 | 1100 | 10111101 | 0 | 1011110 | 110 | 10101 | 100110000 | 1011001 | 101010 |
Color Harmonies of #C90CBD
Complementary color
Monochromatic Colors of #C90CBD
Black with #C90CBD
Text Example
Text Example
White with #C90CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CBD; }
p { color: rgb(201,12,189); }
H1.HeaderClassName
{
color: #C90CBD;
}
.AnyTagClassName
{
color: #C90CBD;
}
</style>
background-color css
<style>
a { background-color: #C90CBD; }
a { background-color: rgb(201,12,189); }
div.DivClassName
{
background-color: #C90CBD;
}
.BgClassName
{
background-color: #C90CBD;
}
</style>
border-color css
<style>
span { border-color: #C90CBD; }
span { border-color: rgb(201,12,189); }
td.TdClassName
{
border-color: #C90CBD;
}
.TagClassName
{
border-color: #C90CBD;
}
</style>