Shades of Deep Magenta #C906DC
Tints of Deep Magenta #C906DC
RGB
CMYK
RGB Variations
Color information
#C906DC (or 0xC906DC) is known color: Deep Magenta. HEX triplet: C9, 06 and DC. RGB value is (201,6,220). Sum of RGB (Red+Green+Blue) = 201+6+220=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C906DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906DC is #36F923. Grayscale: #585858. Windows color (decimal): -3602724 or 14419657. OLE color: 14419657.
HSL color Cylindrical-coordinate representation of color #C906DC: hue angle of 294.67º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906DC is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 6 | 220 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.14 |
| HSL | 294.67º | 0.95% | 0.44% | - |
| HSV(B) | 294.67º | 0.97% | 0.86% | - |
| XYZ | 37.07 | 17.72 | 69.18 | - |
| YUV | 88.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 220 | 0.09 | 0.97 | 0 | 0.14 | 294.67 | 0.95 | 0.44 |
| Hex | C9 | 6 | DC | 9 | 61 | 0 | E | 127 | 5F | 2C |
| Octal | 311 | 6 | 334 | 11 | 141 | 0 | 16 | 447 | 137 | 54 |
| Binary | 11001001 | 110 | 11011100 | 1001 | 1100001 | 0 | 1110 | 100100111 | 1011111 | 101100 |
Color Harmonies of #C906DC
Complementary color
Monochromatic Colors of #C906DC
Black with #C906DC
Text Example
Text Example
White with #C906DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906DC; }
p { color: rgb(201,6,220); }
H1.HeaderClassName
{
color: #C906DC;
}
.AnyTagClassName
{
color: #C906DC;
}
</style>
background-color css
<style>
a { background-color: #C906DC; }
a { background-color: rgb(201,6,220); }
div.DivClassName
{
background-color: #C906DC;
}
.BgClassName
{
background-color: #C906DC;
}
</style>
border-color css
<style>
span { border-color: #C906DC; }
span { border-color: rgb(201,6,220); }
td.TdClassName
{
border-color: #C906DC;
}
.TagClassName
{
border-color: #C906DC;
}
</style>