Shades of Deep Magenta #C60DC1
Tints of Deep Magenta #C60DC1
RGB
CMYK
RGB Variations
Color information
#C60DC1 (or 0xC60DC1) is known color: Deep Magenta. HEX triplet: C6, 0D and C1. RGB value is (198,13,193). Sum of RGB (Red+Green+Blue) = 198+13+193=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DC1 is #39F23E. Grayscale: #585858. Windows color (decimal): -3797567 or 12651974. OLE color: 12651974.
HSL color Cylindrical-coordinate representation of color #C60DC1: hue angle of 301.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60DC1 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 193 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.22 |
| HSL | 301.62º | 0.88% | 0.41% | - |
| HSV(B) | 301.62º | 0.93% | 0.78% | - |
| XYZ | 33.06 | 16.14 | 51.83 | - |
| YUV | 88.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 193 | 0 | 0.93 | 0.03 | 0.22 | 301.62 | 0.88 | 0.41 |
| Hex | C6 | D | C1 | 0 | 5D | 3 | 16 | 12E | 58 | 29 |
| Octal | 306 | 15 | 301 | 0 | 135 | 3 | 26 | 456 | 130 | 51 |
| Binary | 11000110 | 1101 | 11000001 | 0 | 1011101 | 11 | 10110 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C60DC1
Complementary color
Monochromatic Colors of #C60DC1
Black with #C60DC1
Text Example
Text Example
White with #C60DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DC1; }
p { color: rgb(198,13,193); }
H1.HeaderClassName
{
color: #C60DC1;
}
.AnyTagClassName
{
color: #C60DC1;
}
</style>
background-color css
<style>
a { background-color: #C60DC1; }
a { background-color: rgb(198,13,193); }
div.DivClassName
{
background-color: #C60DC1;
}
.BgClassName
{
background-color: #C60DC1;
}
</style>
border-color css
<style>
span { border-color: #C60DC1; }
span { border-color: rgb(198,13,193); }
td.TdClassName
{
border-color: #C60DC1;
}
.TagClassName
{
border-color: #C60DC1;
}
</style>