Shades of Deep Magenta #C909D1
Tints of Deep Magenta #C909D1
RGB
CMYK
RGB Variations
Color information
#C909D1 (or 0xC909D1) is known color: Deep Magenta. HEX triplet: C9, 09 and D1. RGB value is (201,9,209). Sum of RGB (Red+Green+Blue) = 201+9+209=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #C909D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909D1 is #36F62E. Grayscale: #585858. Windows color (decimal): -3601967 or 13699529. OLE color: 13699529.
HSL color Cylindrical-coordinate representation of color #C909D1: hue angle of 297.6º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909D1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 9 | 209 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.18 |
| HSL | 297.6º | 0.92% | 0.43% | - |
| HSV(B) | 297.6º | 0.96% | 0.82% | - |
| XYZ | 35.69 | 17.22 | 61.76 | - |
| YUV | 89.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 209 | 0.04 | 0.96 | 0 | 0.18 | 297.6 | 0.92 | 0.43 |
| Hex | C9 | 9 | D1 | 4 | 60 | 0 | 12 | 12A | 5C | 2B |
| Octal | 311 | 11 | 321 | 4 | 140 | 0 | 22 | 452 | 134 | 53 |
| Binary | 11001001 | 1001 | 11010001 | 100 | 1100000 | 0 | 10010 | 100101010 | 1011100 | 101011 |
Color Harmonies of #C909D1
Complementary color
Monochromatic Colors of #C909D1
Black with #C909D1
Text Example
Text Example
White with #C909D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909D1; }
p { color: rgb(201,9,209); }
H1.HeaderClassName
{
color: #C909D1;
}
.AnyTagClassName
{
color: #C909D1;
}
</style>
background-color css
<style>
a { background-color: #C909D1; }
a { background-color: rgb(201,9,209); }
div.DivClassName
{
background-color: #C909D1;
}
.BgClassName
{
background-color: #C909D1;
}
</style>
border-color css
<style>
span { border-color: #C909D1; }
span { border-color: rgb(201,9,209); }
td.TdClassName
{
border-color: #C909D1;
}
.TagClassName
{
border-color: #C909D1;
}
</style>