Shades of Deep Magenta #C606DC
Tints of Deep Magenta #C606DC
RGB
CMYK
RGB Variations
Color information
#C606DC (or 0xC606DC) is known color: Deep Magenta. HEX triplet: C6, 06 and DC. RGB value is (198,6,220). Sum of RGB (Red+Green+Blue) = 198+6+220=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #C606DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606DC is #39F923. Grayscale: #575757. Windows color (decimal): -3799332 or 14419654. OLE color: 14419654.
HSL color Cylindrical-coordinate representation of color #C606DC: hue angle of 293.83º 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 #C606DC is Cyan = 0.1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 6 | 220 | - |
| CMYK | 0.1 | 0.97 | 0 | 0.14 |
| HSL | 293.83º | 0.95% | 0.44% | - |
| HSV(B) | 293.83º | 0.97% | 0.86% | - |
| XYZ | 36.27 | 17.3 | 69.14 | - |
| YUV | 87.8 | 202.61 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 220 | 0.1 | 0.97 | 0 | 0.14 | 293.83 | 0.95 | 0.44 |
| Hex | C6 | 6 | DC | A | 61 | 0 | E | 126 | 5F | 2C |
| Octal | 306 | 6 | 334 | 12 | 141 | 0 | 16 | 446 | 137 | 54 |
| Binary | 11000110 | 110 | 11011100 | 1010 | 1100001 | 0 | 1110 | 100100110 | 1011111 | 101100 |
Color Harmonies of #C606DC
Complementary color
Monochromatic Colors of #C606DC
Black with #C606DC
Text Example
Text Example
White with #C606DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606DC; }
p { color: rgb(198,6,220); }
H1.HeaderClassName
{
color: #C606DC;
}
.AnyTagClassName
{
color: #C606DC;
}
</style>
background-color css
<style>
a { background-color: #C606DC; }
a { background-color: rgb(198,6,220); }
div.DivClassName
{
background-color: #C606DC;
}
.BgClassName
{
background-color: #C606DC;
}
</style>
border-color css
<style>
span { border-color: #C606DC; }
span { border-color: rgb(198,6,220); }
td.TdClassName
{
border-color: #C606DC;
}
.TagClassName
{
border-color: #C606DC;
}
</style>