Shades of Deep Magenta #CD0CBC
Tints of Deep Magenta #CD0CBC
RGB
CMYK
RGB Variations
Color information
#CD0CBC (or 0xCD0CBC) is known color: Deep Magenta. HEX triplet: CD, 0C and BC. RGB value is (205,12,188). Sum of RGB (Red+Green+Blue) = 205+12+188=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CBC is #32F343. Grayscale: #595959. Windows color (decimal): -3339076 or 12324045. OLE color: 12324045.
HSL color Cylindrical-coordinate representation of color #CD0CBC: hue angle of 305.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0CBC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.20 |
| HSL | 305.29º | 0.89% | 0.43% | - |
| HSV(B) | 305.29º | 0.94% | 0.8% | - |
| XYZ | 34.39 | 16.87 | 49.02 | - |
| YUV | 89.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 188 | 0 | 0.94 | 0.08 | 0.20 | 305.29 | 0.89 | 0.43 |
| Hex | CD | C | BC | 0 | 5E | 8 | 14 | 131 | 59 | 2B |
| Octal | 315 | 14 | 274 | 0 | 136 | 10 | 24 | 461 | 131 | 53 |
| Binary | 11001101 | 1100 | 10111100 | 0 | 1011110 | 1000 | 10100 | 100110001 | 1011001 | 101011 |
Color Harmonies of #CD0CBC
Complementary color
Monochromatic Colors of #CD0CBC
Black with #CD0CBC
Text Example
Text Example
White with #CD0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CBC; }
p { color: rgb(205,12,188); }
H1.HeaderClassName
{
color: #CD0CBC;
}
.AnyTagClassName
{
color: #CD0CBC;
}
</style>
background-color css
<style>
a { background-color: #CD0CBC; }
a { background-color: rgb(205,12,188); }
div.DivClassName
{
background-color: #CD0CBC;
}
.BgClassName
{
background-color: #CD0CBC;
}
</style>
border-color css
<style>
span { border-color: #CD0CBC; }
span { border-color: rgb(205,12,188); }
td.TdClassName
{
border-color: #CD0CBC;
}
.TagClassName
{
border-color: #CD0CBC;
}
</style>