Shades of Deep Magenta #C006DC
Tints of Deep Magenta #C006DC
RGB
CMYK
RGB Variations
Color information
#C006DC (or 0xC006DC) is known color: Deep Magenta. HEX triplet: C0, 06 and DC. RGB value is (192,6,220). Sum of RGB (Red+Green+Blue) = 192+6+220=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #C006DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006DC is #3FF923. Grayscale: #555555. Windows color (decimal): -4192548 or 14419648. OLE color: 14419648.
HSL color Cylindrical-coordinate representation of color #C006DC: hue angle of 292.15º 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 #C006DC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 6 | 220 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.14 |
| HSL | 292.15º | 0.95% | 0.44% | - |
| HSV(B) | 292.15º | 0.97% | 0.86% | - |
| XYZ | 34.72 | 16.5 | 69.07 | - |
| YUV | 86.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 220 | 0.13 | 0.97 | 0 | 0.14 | 292.15 | 0.95 | 0.44 |
| Hex | C0 | 6 | DC | D | 61 | 0 | E | 124 | 5F | 2C |
| Octal | 300 | 6 | 334 | 15 | 141 | 0 | 16 | 444 | 137 | 54 |
| Binary | 11000000 | 110 | 11011100 | 1101 | 1100001 | 0 | 1110 | 100100100 | 1011111 | 101100 |
Color Harmonies of #C006DC
Complementary color
Monochromatic Colors of #C006DC
Black with #C006DC
Text Example
Text Example
White with #C006DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006DC; }
p { color: rgb(192,6,220); }
H1.HeaderClassName
{
color: #C006DC;
}
.AnyTagClassName
{
color: #C006DC;
}
</style>
background-color css
<style>
a { background-color: #C006DC; }
a { background-color: rgb(192,6,220); }
div.DivClassName
{
background-color: #C006DC;
}
.BgClassName
{
background-color: #C006DC;
}
</style>
border-color css
<style>
span { border-color: #C006DC; }
span { border-color: rgb(192,6,220); }
td.TdClassName
{
border-color: #C006DC;
}
.TagClassName
{
border-color: #C006DC;
}
</style>