Shades of Deep Magenta #C909B2
Tints of Deep Magenta #C909B2
RGB
CMYK
RGB Variations
Color information
#C909B2 (or 0xC909B2) is known color: Deep Magenta. HEX triplet: C9, 09 and B2. RGB value is (201,9,178). Sum of RGB (Red+Green+Blue) = 201+9+178=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C909B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C909B2 is #36F64D. Grayscale: #555555. Windows color (decimal): -3601998 or 11667913. OLE color: 11667913.
HSL color Cylindrical-coordinate representation of color #C909B2: hue angle of 307.19º 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 #C909B2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.21 |
| HSL | 307.19º | 0.91% | 0.41% | - |
| HSV(B) | 307.19º | 0.96% | 0.79% | - |
| XYZ | 32.22 | 15.83 | 43.48 | - |
| YUV | 85.67 | 180.11 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 178 | 0 | 0.96 | 0.11 | 0.21 | 307.19 | 0.91 | 0.41 |
| Hex | C9 | 9 | B2 | 0 | 60 | B | 15 | 133 | 5B | 29 |
| Octal | 311 | 11 | 262 | 0 | 140 | 13 | 25 | 463 | 133 | 51 |
| Binary | 11001001 | 1001 | 10110010 | 0 | 1100000 | 1011 | 10101 | 100110011 | 1011011 | 101001 |
Color Harmonies of #C909B2
Complementary color
Monochromatic Colors of #C909B2
Black with #C909B2
Text Example
Text Example
White with #C909B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909B2; }
p { color: rgb(201,9,178); }
H1.HeaderClassName
{
color: #C909B2;
}
.AnyTagClassName
{
color: #C909B2;
}
</style>
background-color css
<style>
a { background-color: #C909B2; }
a { background-color: rgb(201,9,178); }
div.DivClassName
{
background-color: #C909B2;
}
.BgClassName
{
background-color: #C909B2;
}
</style>
border-color css
<style>
span { border-color: #C909B2; }
span { border-color: rgb(201,9,178); }
td.TdClassName
{
border-color: #C909B2;
}
.TagClassName
{
border-color: #C909B2;
}
</style>