Shades of Deep Magenta #C60DBB
Tints of Deep Magenta #C60DBB
RGB
CMYK
RGB Variations
Color information
#C60DBB (or 0xC60DBB) is known color: Deep Magenta. HEX triplet: C6, 0D and BB. RGB value is (198,13,187). Sum of RGB (Red+Green+Blue) = 198+13+187=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DBB is #39F244. Grayscale: #575757. Windows color (decimal): -3797573 or 12258758. OLE color: 12258758.
HSL color Cylindrical-coordinate representation of color #C60DBB: hue angle of 303.57º 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 #C60DBB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 187 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.22 |
| HSL | 303.57º | 0.88% | 0.41% | - |
| HSV(B) | 303.57º | 0.93% | 0.78% | - |
| XYZ | 32.4 | 15.88 | 48.37 | - |
| YUV | 88.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 187 | 0 | 0.93 | 0.06 | 0.22 | 303.57 | 0.88 | 0.41 |
| Hex | C6 | D | BB | 0 | 5D | 6 | 16 | 130 | 58 | 29 |
| Octal | 306 | 15 | 273 | 0 | 135 | 6 | 26 | 460 | 130 | 51 |
| Binary | 11000110 | 1101 | 10111011 | 0 | 1011101 | 110 | 10110 | 100110000 | 1011000 | 101001 |
Color Harmonies of #C60DBB
Complementary color
Monochromatic Colors of #C60DBB
Black with #C60DBB
Text Example
Text Example
White with #C60DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DBB; }
p { color: rgb(198,13,187); }
H1.HeaderClassName
{
color: #C60DBB;
}
.AnyTagClassName
{
color: #C60DBB;
}
</style>
background-color css
<style>
a { background-color: #C60DBB; }
a { background-color: rgb(198,13,187); }
div.DivClassName
{
background-color: #C60DBB;
}
.BgClassName
{
background-color: #C60DBB;
}
</style>
border-color css
<style>
span { border-color: #C60DBB; }
span { border-color: rgb(198,13,187); }
td.TdClassName
{
border-color: #C60DBB;
}
.TagClassName
{
border-color: #C60DBB;
}
</style>