Shades of Deep Magenta #C90FB2
Tints of Deep Magenta #C90FB2
RGB
CMYK
RGB Variations
Color information
#C90FB2 (or 0xC90FB2) is known color: Deep Magenta. HEX triplet: C9, 0F and B2. RGB value is (201,15,178). Sum of RGB (Red+Green+Blue) = 201+15+178=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FB2 is #36F04D. Grayscale: #585858. Windows color (decimal): -3600462 or 11669449. OLE color: 11669449.
HSL color Cylindrical-coordinate representation of color #C90FB2: hue angle of 307.42º 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 #C90FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 178 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.21 |
| HSL | 307.42º | 0.86% | 0.42% | - |
| HSV(B) | 307.42º | 0.93% | 0.79% | - |
| XYZ | 32.29 | 15.97 | 43.5 | - |
| YUV | 89.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 178 | 0 | 0.93 | 0.11 | 0.21 | 307.42 | 0.86 | 0.42 |
| Hex | C9 | F | B2 | 0 | 5D | B | 15 | 133 | 56 | 2A |
| Octal | 311 | 17 | 262 | 0 | 135 | 13 | 25 | 463 | 126 | 52 |
| Binary | 11001001 | 1111 | 10110010 | 0 | 1011101 | 1011 | 10101 | 100110011 | 1010110 | 101010 |
Color Harmonies of #C90FB2
Complementary color
Monochromatic Colors of #C90FB2
Black with #C90FB2
Text Example
Text Example
White with #C90FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FB2; }
p { color: rgb(201,15,178); }
H1.HeaderClassName
{
color: #C90FB2;
}
.AnyTagClassName
{
color: #C90FB2;
}
</style>
background-color css
<style>
a { background-color: #C90FB2; }
a { background-color: rgb(201,15,178); }
div.DivClassName
{
background-color: #C90FB2;
}
.BgClassName
{
background-color: #C90FB2;
}
</style>
border-color css
<style>
span { border-color: #C90FB2; }
span { border-color: rgb(201,15,178); }
td.TdClassName
{
border-color: #C90FB2;
}
.TagClassName
{
border-color: #C90FB2;
}
</style>