Shades of Deep Magenta #C90BB2
Tints of Deep Magenta #C90BB2
RGB
CMYK
RGB Variations
Color information
#C90BB2 (or 0xC90BB2) is known color: Deep Magenta. HEX triplet: C9, 0B and B2. RGB value is (201,11,178). Sum of RGB (Red+Green+Blue) = 201+11+178=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C90BB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90BB2 is #36F44D. Grayscale: #565656. Windows color (decimal): -3601486 or 11668425. OLE color: 11668425.
HSL color Cylindrical-coordinate representation of color #C90BB2: hue angle of 307.26º 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 #C90BB2 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 178 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.21 |
| HSL | 307.26º | 0.9% | 0.42% | - |
| HSV(B) | 307.26º | 0.95% | 0.79% | - |
| XYZ | 32.24 | 15.87 | 43.48 | - |
| YUV | 86.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 178 | 0 | 0.95 | 0.11 | 0.21 | 307.26 | 0.9 | 0.42 |
| Hex | C9 | B | B2 | 0 | 5F | B | 15 | 133 | 5A | 2A |
| Octal | 311 | 13 | 262 | 0 | 137 | 13 | 25 | 463 | 132 | 52 |
| Binary | 11001001 | 1011 | 10110010 | 0 | 1011111 | 1011 | 10101 | 100110011 | 1011010 | 101010 |
Color Harmonies of #C90BB2
Complementary color
Monochromatic Colors of #C90BB2
Black with #C90BB2
Text Example
Text Example
White with #C90BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BB2; }
p { color: rgb(201,11,178); }
H1.HeaderClassName
{
color: #C90BB2;
}
.AnyTagClassName
{
color: #C90BB2;
}
</style>
background-color css
<style>
a { background-color: #C90BB2; }
a { background-color: rgb(201,11,178); }
div.DivClassName
{
background-color: #C90BB2;
}
.BgClassName
{
background-color: #C90BB2;
}
</style>
border-color css
<style>
span { border-color: #C90BB2; }
span { border-color: rgb(201,11,178); }
td.TdClassName
{
border-color: #C90BB2;
}
.TagClassName
{
border-color: #C90BB2;
}
</style>