Shades of Deep Magenta #C90FBB
Tints of Deep Magenta #C90FBB
RGB
CMYK
RGB Variations
Color information
#C90FBB (or 0xC90FBB) is known color: Deep Magenta. HEX triplet: C9, 0F and BB. RGB value is (201,15,187). Sum of RGB (Red+Green+Blue) = 201+15+187=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FBB is #36F044. Grayscale: #595959. Windows color (decimal): -3600453 or 12259273. OLE color: 12259273.
HSL color Cylindrical-coordinate representation of color #C90FBB: hue angle of 304.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FBB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.21 |
| HSL | 304.52º | 0.86% | 0.42% | - |
| HSV(B) | 304.52º | 0.93% | 0.79% | - |
| XYZ | 33.23 | 16.35 | 48.42 | - |
| YUV | 90.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 187 | 0 | 0.93 | 0.07 | 0.21 | 304.52 | 0.86 | 0.42 |
| Hex | C9 | F | BB | 0 | 5D | 7 | 15 | 131 | 56 | 2A |
| Octal | 311 | 17 | 273 | 0 | 135 | 7 | 25 | 461 | 126 | 52 |
| Binary | 11001001 | 1111 | 10111011 | 0 | 1011101 | 111 | 10101 | 100110001 | 1010110 | 101010 |
Color Harmonies of #C90FBB
Complementary color
Monochromatic Colors of #C90FBB
Black with #C90FBB
Text Example
Text Example
White with #C90FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FBB; }
p { color: rgb(201,15,187); }
H1.HeaderClassName
{
color: #C90FBB;
}
.AnyTagClassName
{
color: #C90FBB;
}
</style>
background-color css
<style>
a { background-color: #C90FBB; }
a { background-color: rgb(201,15,187); }
div.DivClassName
{
background-color: #C90FBB;
}
.BgClassName
{
background-color: #C90FBB;
}
</style>
border-color css
<style>
span { border-color: #C90FBB; }
span { border-color: rgb(201,15,187); }
td.TdClassName
{
border-color: #C90FBB;
}
.TagClassName
{
border-color: #C90FBB;
}
</style>