Shades of Deep Magenta #C611DC
Tints of Deep Magenta #C611DC
RGB
CMYK
RGB Variations
Color information
#C611DC (or 0xC611DC) is known color: Deep Magenta. HEX triplet: C6, 11 and DC. RGB value is (198,17,220). Sum of RGB (Red+Green+Blue) = 198+17+220=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C611DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611DC is #39EE23. Grayscale: #5D5D5D. Windows color (decimal): -3796516 or 14422470. OLE color: 14422470.
HSL color Cylindrical-coordinate representation of color #C611DC: hue angle of 293.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C611DC is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 17 | 220 | - |
| CMYK | 0.1 | 0.92 | 0 | 0.14 |
| HSL | 293.5º | 0.86% | 0.46% | - |
| HSV(B) | 293.5º | 0.92% | 0.86% | - |
| XYZ | 36.41 | 17.57 | 69.18 | - |
| YUV | 94.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 220 | 0.1 | 0.92 | 0 | 0.14 | 293.5 | 0.86 | 0.46 |
| Hex | C6 | 11 | DC | A | 5C | 0 | E | 125 | 56 | 2E |
| Octal | 306 | 21 | 334 | 12 | 134 | 0 | 16 | 445 | 126 | 56 |
| Binary | 11000110 | 10001 | 11011100 | 1010 | 1011100 | 0 | 1110 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C611DC
Complementary color
Monochromatic Colors of #C611DC
Black with #C611DC
Text Example
Text Example
White with #C611DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611DC; }
p { color: rgb(198,17,220); }
H1.HeaderClassName
{
color: #C611DC;
}
.AnyTagClassName
{
color: #C611DC;
}
</style>
background-color css
<style>
a { background-color: #C611DC; }
a { background-color: rgb(198,17,220); }
div.DivClassName
{
background-color: #C611DC;
}
.BgClassName
{
background-color: #C611DC;
}
</style>
border-color css
<style>
span { border-color: #C611DC; }
span { border-color: rgb(198,17,220); }
td.TdClassName
{
border-color: #C611DC;
}
.TagClassName
{
border-color: #C611DC;
}
</style>