Shades of Deep Magenta #CD00BA
Tints of Deep Magenta #CD00BA
RGB
CMYK
RGB Variations
Color information
#CD00BA (or 0xCD00BA) is known color: Deep Magenta. HEX triplet: CD, 00 and BA. RGB value is (205,0,186). Sum of RGB (Red+Green+Blue) = 205+0+186=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00BA is #32FF45. Grayscale: #515151. Windows color (decimal): -3342150 or 12189901. OLE color: 12189901.
HSL color Cylindrical-coordinate representation of color #CD00BA: hue angle of 305.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00BA is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.09 | 0.20 |
| HSL | 305.56º | 1% | 0.4% | - |
| HSV(B) | 305.56º | 1% | 0.8% | - |
| XYZ | 34.04 | 16.52 | 47.85 | - |
| YUV | 82.5 | 186.42 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 186 | 0 | 1 | 0.09 | 0.20 | 305.56 | 1 | 0.4 |
| Hex | CD | 0 | BA | 0 | 64 | 9 | 14 | 132 | 64 | 28 |
| Octal | 315 | 0 | 272 | 0 | 144 | 11 | 24 | 462 | 144 | 50 |
| Binary | 11001101 | 0 | 10111010 | 0 | 1100100 | 1001 | 10100 | 100110010 | 1100100 | 101000 |
Color Harmonies of #CD00BA
Complementary color
Monochromatic Colors of #CD00BA
Black with #CD00BA
Text Example
Text Example
White with #CD00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00BA; }
p { color: rgb(205,0,186); }
H1.HeaderClassName
{
color: #CD00BA;
}
.AnyTagClassName
{
color: #CD00BA;
}
</style>
background-color css
<style>
a { background-color: #CD00BA; }
a { background-color: rgb(205,0,186); }
div.DivClassName
{
background-color: #CD00BA;
}
.BgClassName
{
background-color: #CD00BA;
}
</style>
border-color css
<style>
span { border-color: #CD00BA; }
span { border-color: rgb(205,0,186); }
td.TdClassName
{
border-color: #CD00BA;
}
.TagClassName
{
border-color: #CD00BA;
}
</style>