Shades of Deep Magenta #C90FB6
Tints of Deep Magenta #C90FB6
RGB
CMYK
RGB Variations
Color information
#C90FB6 (or 0xC90FB6) is known color: Deep Magenta. HEX triplet: C9, 0F and B6. RGB value is (201,15,182). Sum of RGB (Red+Green+Blue) = 201+15+182=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FB6 is #36F049. Grayscale: #595959. Windows color (decimal): -3600458 or 11931593. OLE color: 11931593.
HSL color Cylindrical-coordinate representation of color #C90FB6: hue angle of 306.13º 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 #C90FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 182 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.21 |
| HSL | 306.13º | 0.86% | 0.42% | - |
| HSV(B) | 306.13º | 0.93% | 0.79% | - |
| XYZ | 32.7 | 16.14 | 45.65 | - |
| YUV | 89.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 182 | 0 | 0.93 | 0.09 | 0.21 | 306.13 | 0.86 | 0.42 |
| Hex | C9 | F | B6 | 0 | 5D | 9 | 15 | 132 | 56 | 2A |
| Octal | 311 | 17 | 266 | 0 | 135 | 11 | 25 | 462 | 126 | 52 |
| Binary | 11001001 | 1111 | 10110110 | 0 | 1011101 | 1001 | 10101 | 100110010 | 1010110 | 101010 |
Color Harmonies of #C90FB6
Complementary color
Monochromatic Colors of #C90FB6
Black with #C90FB6
Text Example
Text Example
White with #C90FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FB6; }
p { color: rgb(201,15,182); }
H1.HeaderClassName
{
color: #C90FB6;
}
.AnyTagClassName
{
color: #C90FB6;
}
</style>
background-color css
<style>
a { background-color: #C90FB6; }
a { background-color: rgb(201,15,182); }
div.DivClassName
{
background-color: #C90FB6;
}
.BgClassName
{
background-color: #C90FB6;
}
</style>
border-color css
<style>
span { border-color: #C90FB6; }
span { border-color: rgb(201,15,182); }
td.TdClassName
{
border-color: #C90FB6;
}
.TagClassName
{
border-color: #C90FB6;
}
</style>