Shades of Deep Magenta #CD0BBA
Tints of Deep Magenta #CD0BBA
RGB
CMYK
RGB Variations
Color information
#CD0BBA (or 0xCD0BBA) is known color: Deep Magenta. HEX triplet: CD, 0B and BA. RGB value is (205,11,186). Sum of RGB (Red+Green+Blue) = 205+11+186=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0BBA is #32F445. Grayscale: #585858. Windows color (decimal): -3339334 or 12192717. OLE color: 12192717.
HSL color Cylindrical-coordinate representation of color #CD0BBA: hue angle of 305.88º 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 #CD0BBA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.20 |
| HSL | 305.88º | 0.9% | 0.42% | - |
| HSV(B) | 305.88º | 0.95% | 0.8% | - |
| XYZ | 34.16 | 16.76 | 47.89 | - |
| YUV | 88.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 186 | 0 | 0.95 | 0.09 | 0.20 | 305.88 | 0.9 | 0.42 |
| Hex | CD | B | BA | 0 | 5F | 9 | 14 | 132 | 5A | 2A |
| Octal | 315 | 13 | 272 | 0 | 137 | 11 | 24 | 462 | 132 | 52 |
| Binary | 11001101 | 1011 | 10111010 | 0 | 1011111 | 1001 | 10100 | 100110010 | 1011010 | 101010 |
Color Harmonies of #CD0BBA
Complementary color
Monochromatic Colors of #CD0BBA
Black with #CD0BBA
Text Example
Text Example
White with #CD0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0BBA; }
p { color: rgb(205,11,186); }
H1.HeaderClassName
{
color: #CD0BBA;
}
.AnyTagClassName
{
color: #CD0BBA;
}
</style>
background-color css
<style>
a { background-color: #CD0BBA; }
a { background-color: rgb(205,11,186); }
div.DivClassName
{
background-color: #CD0BBA;
}
.BgClassName
{
background-color: #CD0BBA;
}
</style>
border-color css
<style>
span { border-color: #CD0BBA; }
span { border-color: rgb(205,11,186); }
td.TdClassName
{
border-color: #CD0BBA;
}
.TagClassName
{
border-color: #CD0BBA;
}
</style>