Shades of Deep Magenta #C60DDB
Tints of Deep Magenta #C60DDB
RGB
CMYK
RGB Variations
Color information
#C60DDB (or 0xC60DDB) is known color: Deep Magenta. HEX triplet: C6, 0D and DB. RGB value is (198,13,219). Sum of RGB (Red+Green+Blue) = 198+13+219=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C60DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DDB is #39F224. Grayscale: #5B5B5B. Windows color (decimal): -3797541 or 14355910. OLE color: 14355910.
HSL color Cylindrical-coordinate representation of color #C60DDB: hue angle of 293.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DDB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 13 | 219 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.14 |
| HSL | 293.88º | 0.89% | 0.45% | - |
| HSV(B) | 293.88º | 0.94% | 0.86% | - |
| XYZ | 36.22 | 17.41 | 68.47 | - |
| YUV | 91.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 219 | 0.10 | 0.94 | 0 | 0.14 | 293.88 | 0.89 | 0.45 |
| Hex | C6 | D | DB | A | 5E | 0 | E | 126 | 59 | 2D |
| Octal | 306 | 15 | 333 | 12 | 136 | 0 | 16 | 446 | 131 | 55 |
| Binary | 11000110 | 1101 | 11011011 | 1010 | 1011110 | 0 | 1110 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C60DDB
Complementary color
Monochromatic Colors of #C60DDB
Black with #C60DDB
Text Example
Text Example
White with #C60DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DDB; }
p { color: rgb(198,13,219); }
H1.HeaderClassName
{
color: #C60DDB;
}
.AnyTagClassName
{
color: #C60DDB;
}
</style>
background-color css
<style>
a { background-color: #C60DDB; }
a { background-color: rgb(198,13,219); }
div.DivClassName
{
background-color: #C60DDB;
}
.BgClassName
{
background-color: #C60DDB;
}
</style>
border-color css
<style>
span { border-color: #C60DDB; }
span { border-color: rgb(198,13,219); }
td.TdClassName
{
border-color: #C60DDB;
}
.TagClassName
{
border-color: #C60DDB;
}
</style>