Shades of Deep Magenta #C60DBE
Tints of Deep Magenta #C60DBE
RGB
CMYK
RGB Variations
Color information
#C60DBE (or 0xC60DBE) is known color: Deep Magenta. HEX triplet: C6, 0D and BE. RGB value is (198,13,190). Sum of RGB (Red+Green+Blue) = 198+13+190=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DBE is #39F241. Grayscale: #575757. Windows color (decimal): -3797570 or 12455366. OLE color: 12455366.
HSL color Cylindrical-coordinate representation of color #C60DBE: hue angle of 302.59º 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 #C60DBE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 190 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.59º | 0.88% | 0.41% | - |
| HSV(B) | 302.59º | 0.93% | 0.78% | - |
| XYZ | 32.73 | 16.01 | 50.08 | - |
| YUV | 88.49 | 185.29 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 190 | 0 | 0.93 | 0.04 | 0.22 | 302.59 | 0.88 | 0.41 |
| Hex | C6 | D | BE | 0 | 5D | 4 | 16 | 12F | 58 | 29 |
| Octal | 306 | 15 | 276 | 0 | 135 | 4 | 26 | 457 | 130 | 51 |
| Binary | 11000110 | 1101 | 10111110 | 0 | 1011101 | 100 | 10110 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C60DBE
Complementary color
Monochromatic Colors of #C60DBE
Black with #C60DBE
Text Example
Text Example
White with #C60DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DBE; }
p { color: rgb(198,13,190); }
H1.HeaderClassName
{
color: #C60DBE;
}
.AnyTagClassName
{
color: #C60DBE;
}
</style>
background-color css
<style>
a { background-color: #C60DBE; }
a { background-color: rgb(198,13,190); }
div.DivClassName
{
background-color: #C60DBE;
}
.BgClassName
{
background-color: #C60DBE;
}
</style>
border-color css
<style>
span { border-color: #C60DBE; }
span { border-color: rgb(198,13,190); }
td.TdClassName
{
border-color: #C60DBE;
}
.TagClassName
{
border-color: #C60DBE;
}
</style>