Shades of Deep Magenta #C909B8
Tints of Deep Magenta #C909B8
RGB
CMYK
RGB Variations
Color information
#C909B8 (or 0xC909B8) is known color: Deep Magenta. HEX triplet: C9, 09 and B8. RGB value is (201,9,184). Sum of RGB (Red+Green+Blue) = 201+9+184=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C909B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909B8 is #36F647. Grayscale: #555555. Windows color (decimal): -3601992 or 12061129. OLE color: 12061129.
HSL color Cylindrical-coordinate representation of color #C909B8: hue angle of 305.31º 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 #C909B8 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.21 |
| HSL | 305.31º | 0.91% | 0.41% | - |
| HSV(B) | 305.31º | 0.96% | 0.79% | - |
| XYZ | 32.84 | 16.07 | 46.72 | - |
| YUV | 86.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 184 | 0 | 0.96 | 0.08 | 0.21 | 305.31 | 0.91 | 0.41 |
| Hex | C9 | 9 | B8 | 0 | 60 | 8 | 15 | 131 | 5B | 29 |
| Octal | 311 | 11 | 270 | 0 | 140 | 10 | 25 | 461 | 133 | 51 |
| Binary | 11001001 | 1001 | 10111000 | 0 | 1100000 | 1000 | 10101 | 100110001 | 1011011 | 101001 |
Color Harmonies of #C909B8
Complementary color
Monochromatic Colors of #C909B8
Black with #C909B8
Text Example
Text Example
White with #C909B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909B8; }
p { color: rgb(201,9,184); }
H1.HeaderClassName
{
color: #C909B8;
}
.AnyTagClassName
{
color: #C909B8;
}
</style>
background-color css
<style>
a { background-color: #C909B8; }
a { background-color: rgb(201,9,184); }
div.DivClassName
{
background-color: #C909B8;
}
.BgClassName
{
background-color: #C909B8;
}
</style>
border-color css
<style>
span { border-color: #C909B8; }
span { border-color: rgb(201,9,184); }
td.TdClassName
{
border-color: #C909B8;
}
.TagClassName
{
border-color: #C909B8;
}
</style>