Shades of Deep Magenta #C90FB3
Tints of Deep Magenta #C90FB3
RGB
CMYK
RGB Variations
Color information
#C90FB3 (or 0xC90FB3) is known color: Deep Magenta. HEX triplet: C9, 0F and B3. RGB value is (201,15,179). Sum of RGB (Red+Green+Blue) = 201+15+179=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FB3 is #36F04C. Grayscale: #585858. Windows color (decimal): -3600461 or 11734985. OLE color: 11734985.
HSL color Cylindrical-coordinate representation of color #C90FB3: hue angle of 307.1º 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 #C90FB3 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 179 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.21 |
| HSL | 307.1º | 0.86% | 0.42% | - |
| HSV(B) | 307.1º | 0.93% | 0.79% | - |
| XYZ | 32.39 | 16.01 | 44.03 | - |
| YUV | 89.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 179 | 0 | 0.93 | 0.11 | 0.21 | 307.1 | 0.86 | 0.42 |
| Hex | C9 | F | B3 | 0 | 5D | B | 15 | 133 | 56 | 2A |
| Octal | 311 | 17 | 263 | 0 | 135 | 13 | 25 | 463 | 126 | 52 |
| Binary | 11001001 | 1111 | 10110011 | 0 | 1011101 | 1011 | 10101 | 100110011 | 1010110 | 101010 |
Color Harmonies of #C90FB3
Complementary color
Monochromatic Colors of #C90FB3
Black with #C90FB3
Text Example
Text Example
White with #C90FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FB3; }
p { color: rgb(201,15,179); }
H1.HeaderClassName
{
color: #C90FB3;
}
.AnyTagClassName
{
color: #C90FB3;
}
</style>
background-color css
<style>
a { background-color: #C90FB3; }
a { background-color: rgb(201,15,179); }
div.DivClassName
{
background-color: #C90FB3;
}
.BgClassName
{
background-color: #C90FB3;
}
</style>
border-color css
<style>
span { border-color: #C90FB3; }
span { border-color: rgb(201,15,179); }
td.TdClassName
{
border-color: #C90FB3;
}
.TagClassName
{
border-color: #C90FB3;
}
</style>