Shades of Deep Magenta #C906DF
Tints of Deep Magenta #C906DF
RGB
CMYK
RGB Variations
Color information
#C906DF (or 0xC906DF) is known color: Deep Magenta. HEX triplet: C9, 06 and DF. RGB value is (201,6,223). Sum of RGB (Red+Green+Blue) = 201+6+223=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #C906DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906DF is #36F920. Grayscale: #585858. Windows color (decimal): -3602721 or 14616265. OLE color: 14616265.
HSL color Cylindrical-coordinate representation of color #C906DF: hue angle of 293.92º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906DF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 6 | 223 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.13 |
| HSL | 293.92º | 0.95% | 0.45% | - |
| HSV(B) | 293.92º | 0.97% | 0.87% | - |
| XYZ | 37.47 | 17.88 | 71.29 | - |
| YUV | 89.04 | 203.6 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 223 | 0.10 | 0.97 | 0 | 0.13 | 293.92 | 0.95 | 0.45 |
| Hex | C9 | 6 | DF | A | 61 | 0 | D | 126 | 5F | 2D |
| Octal | 311 | 6 | 337 | 12 | 141 | 0 | 15 | 446 | 137 | 55 |
| Binary | 11001001 | 110 | 11011111 | 1010 | 1100001 | 0 | 1101 | 100100110 | 1011111 | 101101 |
Color Harmonies of #C906DF
Complementary color
Monochromatic Colors of #C906DF
Black with #C906DF
Text Example
Text Example
White with #C906DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906DF; }
p { color: rgb(201,6,223); }
H1.HeaderClassName
{
color: #C906DF;
}
.AnyTagClassName
{
color: #C906DF;
}
</style>
background-color css
<style>
a { background-color: #C906DF; }
a { background-color: rgb(201,6,223); }
div.DivClassName
{
background-color: #C906DF;
}
.BgClassName
{
background-color: #C906DF;
}
</style>
border-color css
<style>
span { border-color: #C906DF; }
span { border-color: rgb(201,6,223); }
td.TdClassName
{
border-color: #C906DF;
}
.TagClassName
{
border-color: #C906DF;
}
</style>