Shades of Deep Magenta #CD0BBF
Tints of Deep Magenta #CD0BBF
RGB
CMYK
RGB Variations
Color information
#CD0BBF (or 0xCD0BBF) is known color: Deep Magenta. HEX triplet: CD, 0B and BF. RGB value is (205,11,191). Sum of RGB (Red+Green+Blue) = 205+11+191=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0BBF is #32F440. Grayscale: #595959. Windows color (decimal): -3339329 or 12520397. OLE color: 12520397.
HSL color Cylindrical-coordinate representation of color #CD0BBF: hue angle of 304.33º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.20 |
| HSL | 304.33º | 0.9% | 0.42% | - |
| HSV(B) | 304.33º | 0.95% | 0.8% | - |
| XYZ | 34.7 | 16.98 | 50.74 | - |
| YUV | 89.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 191 | 0 | 0.95 | 0.07 | 0.20 | 304.33 | 0.9 | 0.42 |
| Hex | CD | B | BF | 0 | 5F | 7 | 14 | 130 | 5A | 2A |
| Octal | 315 | 13 | 277 | 0 | 137 | 7 | 24 | 460 | 132 | 52 |
| Binary | 11001101 | 1011 | 10111111 | 0 | 1011111 | 111 | 10100 | 100110000 | 1011010 | 101010 |
Color Harmonies of #CD0BBF
Complementary color
Monochromatic Colors of #CD0BBF
Black with #CD0BBF
Text Example
Text Example
White with #CD0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0BBF; }
p { color: rgb(205,11,191); }
H1.HeaderClassName
{
color: #CD0BBF;
}
.AnyTagClassName
{
color: #CD0BBF;
}
</style>
background-color css
<style>
a { background-color: #CD0BBF; }
a { background-color: rgb(205,11,191); }
div.DivClassName
{
background-color: #CD0BBF;
}
.BgClassName
{
background-color: #CD0BBF;
}
</style>
border-color css
<style>
span { border-color: #CD0BBF; }
span { border-color: rgb(205,11,191); }
td.TdClassName
{
border-color: #CD0BBF;
}
.TagClassName
{
border-color: #CD0BBF;
}
</style>