Shades of Deep Magenta #C909DF
Tints of Deep Magenta #C909DF
RGB
CMYK
RGB Variations
Color information
#C909DF (or 0xC909DF) is known color: Deep Magenta. HEX triplet: C9, 09 and DF. RGB value is (201,9,223). Sum of RGB (Red+Green+Blue) = 201+9+223=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C909DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909DF is #36F620. Grayscale: #5A5A5A. Windows color (decimal): -3601953 or 14617033. OLE color: 14617033.
HSL color Cylindrical-coordinate representation of color #C909DF: hue angle of 293.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909DF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 9 | 223 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.13 |
| HSL | 293.83º | 0.92% | 0.45% | - |
| HSV(B) | 293.83º | 0.96% | 0.87% | - |
| XYZ | 37.5 | 17.94 | 71.3 | - |
| YUV | 90.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 223 | 0.10 | 0.96 | 0 | 0.13 | 293.83 | 0.92 | 0.45 |
| Hex | C9 | 9 | DF | A | 60 | 0 | D | 126 | 5C | 2D |
| Octal | 311 | 11 | 337 | 12 | 140 | 0 | 15 | 446 | 134 | 55 |
| Binary | 11001001 | 1001 | 11011111 | 1010 | 1100000 | 0 | 1101 | 100100110 | 1011100 | 101101 |
Color Harmonies of #C909DF
Complementary color
Monochromatic Colors of #C909DF
Black with #C909DF
Text Example
Text Example
White with #C909DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909DF; }
p { color: rgb(201,9,223); }
H1.HeaderClassName
{
color: #C909DF;
}
.AnyTagClassName
{
color: #C909DF;
}
</style>
background-color css
<style>
a { background-color: #C909DF; }
a { background-color: rgb(201,9,223); }
div.DivClassName
{
background-color: #C909DF;
}
.BgClassName
{
background-color: #C909DF;
}
</style>
border-color css
<style>
span { border-color: #C909DF; }
span { border-color: rgb(201,9,223); }
td.TdClassName
{
border-color: #C909DF;
}
.TagClassName
{
border-color: #C909DF;
}
</style>