Shades of Deep Magenta #D60CCB
Tints of Deep Magenta #D60CCB
RGB
CMYK
RGB Variations
Color information
#D60CCB (or 0xD60CCB) is known color: Deep Magenta. HEX triplet: D6, 0C and CB. RGB value is (214,12,203). Sum of RGB (Red+Green+Blue) = 214+12+203=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CCB is #29F334. Grayscale: #5D5D5D. Windows color (decimal): -2749237 or 13307094. OLE color: 13307094.
HSL color Cylindrical-coordinate representation of color #D60CCB: hue angle of 303.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CCB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 203 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.16 |
| HSL | 303.27º | 0.89% | 0.44% | - |
| HSV(B) | 303.27º | 0.94% | 0.84% | - |
| XYZ | 38.64 | 18.87 | 58.11 | - |
| YUV | 94.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 203 | 0 | 0.94 | 0.05 | 0.16 | 303.27 | 0.89 | 0.44 |
| Hex | D6 | C | CB | 0 | 5E | 5 | 10 | 12F | 59 | 2C |
| Octal | 326 | 14 | 313 | 0 | 136 | 5 | 20 | 457 | 131 | 54 |
| Binary | 11010110 | 1100 | 11001011 | 0 | 1011110 | 101 | 10000 | 100101111 | 1011001 | 101100 |
Color Harmonies of #D60CCB
Complementary color
Monochromatic Colors of #D60CCB
Black with #D60CCB
Text Example
Text Example
White with #D60CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CCB; }
p { color: rgb(214,12,203); }
H1.HeaderClassName
{
color: #D60CCB;
}
.AnyTagClassName
{
color: #D60CCB;
}
</style>
background-color css
<style>
a { background-color: #D60CCB; }
a { background-color: rgb(214,12,203); }
div.DivClassName
{
background-color: #D60CCB;
}
.BgClassName
{
background-color: #D60CCB;
}
</style>
border-color css
<style>
span { border-color: #D60CCB; }
span { border-color: rgb(214,12,203); }
td.TdClassName
{
border-color: #D60CCB;
}
.TagClassName
{
border-color: #D60CCB;
}
</style>