Shades of Deep Magenta #C909B9
Tints of Deep Magenta #C909B9
RGB
CMYK
RGB Variations
Color information
#C909B9 (or 0xC909B9) is known color: Deep Magenta. HEX triplet: C9, 09 and B9. RGB value is (201,9,185). Sum of RGB (Red+Green+Blue) = 201+9+185=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C909B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909B9 is #36F646. Grayscale: #555555. Windows color (decimal): -3601991 or 12126665. OLE color: 12126665.
HSL color Cylindrical-coordinate representation of color #C909B9: hue angle of 305º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909B9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.21 |
| HSL | 305º | 0.91% | 0.41% | - |
| HSV(B) | 305º | 0.96% | 0.79% | - |
| XYZ | 32.94 | 16.12 | 47.27 | - |
| YUV | 86.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 185 | 0 | 0.96 | 0.08 | 0.21 | 305 | 0.91 | 0.41 |
| Hex | C9 | 9 | B9 | 0 | 60 | 8 | 15 | 131 | 5B | 29 |
| Octal | 311 | 11 | 271 | 0 | 140 | 10 | 25 | 461 | 133 | 51 |
| Binary | 11001001 | 1001 | 10111001 | 0 | 1100000 | 1000 | 10101 | 100110001 | 1011011 | 101001 |
Color Harmonies of #C909B9
Complementary color
Monochromatic Colors of #C909B9
Black with #C909B9
Text Example
Text Example
White with #C909B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909B9; }
p { color: rgb(201,9,185); }
H1.HeaderClassName
{
color: #C909B9;
}
.AnyTagClassName
{
color: #C909B9;
}
</style>
background-color css
<style>
a { background-color: #C909B9; }
a { background-color: rgb(201,9,185); }
div.DivClassName
{
background-color: #C909B9;
}
.BgClassName
{
background-color: #C909B9;
}
</style>
border-color css
<style>
span { border-color: #C909B9; }
span { border-color: rgb(201,9,185); }
td.TdClassName
{
border-color: #C909B9;
}
.TagClassName
{
border-color: #C909B9;
}
</style>