Shades of Deep Magenta #C60DBD
Tints of Deep Magenta #C60DBD
RGB
CMYK
RGB Variations
Color information
#C60DBD (or 0xC60DBD) is known color: Deep Magenta. HEX triplet: C6, 0D and BD. RGB value is (198,13,189). Sum of RGB (Red+Green+Blue) = 198+13+189=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DBD is #39F242. Grayscale: #575757. Windows color (decimal): -3797571 or 12389830. OLE color: 12389830.
HSL color Cylindrical-coordinate representation of color #C60DBD: hue angle of 302.92º 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 #C60DBD is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 189 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.22 |
| HSL | 302.92º | 0.88% | 0.41% | - |
| HSV(B) | 302.92º | 0.93% | 0.78% | - |
| XYZ | 32.62 | 15.97 | 49.51 | - |
| YUV | 88.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 189 | 0 | 0.93 | 0.05 | 0.22 | 302.92 | 0.88 | 0.41 |
| Hex | C6 | D | BD | 0 | 5D | 5 | 16 | 12F | 58 | 29 |
| Octal | 306 | 15 | 275 | 0 | 135 | 5 | 26 | 457 | 130 | 51 |
| Binary | 11000110 | 1101 | 10111101 | 0 | 1011101 | 101 | 10110 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C60DBD
Complementary color
Monochromatic Colors of #C60DBD
Black with #C60DBD
Text Example
Text Example
White with #C60DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DBD; }
p { color: rgb(198,13,189); }
H1.HeaderClassName
{
color: #C60DBD;
}
.AnyTagClassName
{
color: #C60DBD;
}
</style>
background-color css
<style>
a { background-color: #C60DBD; }
a { background-color: rgb(198,13,189); }
div.DivClassName
{
background-color: #C60DBD;
}
.BgClassName
{
background-color: #C60DBD;
}
</style>
border-color css
<style>
span { border-color: #C60DBD; }
span { border-color: rgb(198,13,189); }
td.TdClassName
{
border-color: #C60DBD;
}
.TagClassName
{
border-color: #C60DBD;
}
</style>