Shades of Deep Magenta #C909B7
Tints of Deep Magenta #C909B7
RGB
CMYK
RGB Variations
Color information
#C909B7 (or 0xC909B7) is known color: Deep Magenta. HEX triplet: C9, 09 and B7. RGB value is (201,9,183). Sum of RGB (Red+Green+Blue) = 201+9+183=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C909B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909B7 is #36F648. Grayscale: #555555. Windows color (decimal): -3601993 or 11995593. OLE color: 11995593.
HSL color Cylindrical-coordinate representation of color #C909B7: hue angle of 305.62º 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 #C909B7 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 183 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.21 |
| HSL | 305.63º | 0.91% | 0.41% | - |
| HSV(B) | 305.63º | 0.96% | 0.79% | - |
| XYZ | 32.73 | 16.03 | 46.17 | - |
| YUV | 86.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 183 | 0 | 0.96 | 0.09 | 0.21 | 305.63 | 0.91 | 0.41 |
| Hex | C9 | 9 | B7 | 0 | 60 | 9 | 15 | 132 | 5B | 29 |
| Octal | 311 | 11 | 267 | 0 | 140 | 11 | 25 | 462 | 133 | 51 |
| Binary | 11001001 | 1001 | 10110111 | 0 | 1100000 | 1001 | 10101 | 100110010 | 1011011 | 101001 |
Color Harmonies of #C909B7
Complementary color
Monochromatic Colors of #C909B7
Black with #C909B7
Text Example
Text Example
White with #C909B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909B7; }
p { color: rgb(201,9,183); }
H1.HeaderClassName
{
color: #C909B7;
}
.AnyTagClassName
{
color: #C909B7;
}
</style>
background-color css
<style>
a { background-color: #C909B7; }
a { background-color: rgb(201,9,183); }
div.DivClassName
{
background-color: #C909B7;
}
.BgClassName
{
background-color: #C909B7;
}
</style>
border-color css
<style>
span { border-color: #C909B7; }
span { border-color: rgb(201,9,183); }
td.TdClassName
{
border-color: #C909B7;
}
.TagClassName
{
border-color: #C909B7;
}
</style>