Shades of Deep Magenta #C600D1
Tints of Deep Magenta #C600D1
RGB
CMYK
RGB Variations
Color information
#C600D1 (or 0xC600D1) is known color: Deep Magenta. HEX triplet: C6, 00 and D1. RGB value is (198,0,209). Sum of RGB (Red+Green+Blue) = 198+0+209=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #C600D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600D1 is #39FF2E. Grayscale: #525252. Windows color (decimal): -3800879 or 13697222. OLE color: 13697222.
HSL color Cylindrical-coordinate representation of color #C600D1: hue angle of 296.84º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600D1 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 0 | 209 | - |
| CMYK | 0.05 | 1 | 0 | 0.18 |
| HSL | 296.84º | 1% | 0.41% | - |
| HSV(B) | 296.84º | 1% | 0.82% | - |
| XYZ | 34.8 | 16.61 | 61.69 | - |
| YUV | 83.03 | 199.1 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 209 | 0.05 | 1 | 0 | 0.18 | 296.84 | 1 | 0.41 |
| Hex | C6 | 0 | D1 | 5 | 64 | 0 | 12 | 129 | 64 | 29 |
| Octal | 306 | 0 | 321 | 5 | 144 | 0 | 22 | 451 | 144 | 51 |
| Binary | 11000110 | 0 | 11010001 | 101 | 1100100 | 0 | 10010 | 100101001 | 1100100 | 101001 |
Color Harmonies of #C600D1
Complementary color
Monochromatic Colors of #C600D1
Black with #C600D1
Text Example
Text Example
White with #C600D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600D1; }
p { color: rgb(198,0,209); }
H1.HeaderClassName
{
color: #C600D1;
}
.AnyTagClassName
{
color: #C600D1;
}
</style>
background-color css
<style>
a { background-color: #C600D1; }
a { background-color: rgb(198,0,209); }
div.DivClassName
{
background-color: #C600D1;
}
.BgClassName
{
background-color: #C600D1;
}
</style>
border-color css
<style>
span { border-color: #C600D1; }
span { border-color: rgb(198,0,209); }
td.TdClassName
{
border-color: #C600D1;
}
.TagClassName
{
border-color: #C600D1;
}
</style>