Shades of Deep Magenta #C909BA
Tints of Deep Magenta #C909BA
RGB
CMYK
RGB Variations
Color information
#C909BA (or 0xC909BA) is known color: Deep Magenta. HEX triplet: C9, 09 and BA. RGB value is (201,9,186). Sum of RGB (Red+Green+Blue) = 201+9+186=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C909BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909BA is #36F645. Grayscale: #565656. Windows color (decimal): -3601990 or 12192201. OLE color: 12192201.
HSL color Cylindrical-coordinate representation of color #C909BA: hue angle of 304.69º 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 #C909BA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.21 |
| HSL | 304.69º | 0.91% | 0.41% | - |
| HSV(B) | 304.69º | 0.96% | 0.79% | - |
| XYZ | 33.05 | 16.16 | 47.83 | - |
| YUV | 86.59 | 184.11 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 186 | 0 | 0.96 | 0.07 | 0.21 | 304.69 | 0.91 | 0.41 |
| Hex | C9 | 9 | BA | 0 | 60 | 7 | 15 | 131 | 5B | 29 |
| Octal | 311 | 11 | 272 | 0 | 140 | 7 | 25 | 461 | 133 | 51 |
| Binary | 11001001 | 1001 | 10111010 | 0 | 1100000 | 111 | 10101 | 100110001 | 1011011 | 101001 |
Color Harmonies of #C909BA
Complementary color
Monochromatic Colors of #C909BA
Black with #C909BA
Text Example
Text Example
White with #C909BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909BA; }
p { color: rgb(201,9,186); }
H1.HeaderClassName
{
color: #C909BA;
}
.AnyTagClassName
{
color: #C909BA;
}
</style>
background-color css
<style>
a { background-color: #C909BA; }
a { background-color: rgb(201,9,186); }
div.DivClassName
{
background-color: #C909BA;
}
.BgClassName
{
background-color: #C909BA;
}
</style>
border-color css
<style>
span { border-color: #C909BA; }
span { border-color: rgb(201,9,186); }
td.TdClassName
{
border-color: #C909BA;
}
.TagClassName
{
border-color: #C909BA;
}
</style>