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