Shades of Deep Magenta #CD03BA
Tints of Deep Magenta #CD03BA
RGB
CMYK
RGB Variations
Color information
#CD03BA (or 0xCD03BA) is known color: Deep Magenta. HEX triplet: CD, 03 and BA. RGB value is (205,3,186). Sum of RGB (Red+Green+Blue) = 205+3+186=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD03BA is #32FC45. Grayscale: #535353. Windows color (decimal): -3341382 or 12190669. OLE color: 12190669.
HSL color Cylindrical-coordinate representation of color #CD03BA: hue angle of 305.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD03BA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.20 |
| HSL | 305.64º | 0.97% | 0.41% | - |
| HSV(B) | 305.64º | 0.99% | 0.8% | - |
| XYZ | 34.07 | 16.59 | 47.86 | - |
| YUV | 84.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 186 | 0 | 0.99 | 0.09 | 0.20 | 305.64 | 0.97 | 0.41 |
| Hex | CD | 3 | BA | 0 | 63 | 9 | 14 | 132 | 61 | 29 |
| Octal | 315 | 3 | 272 | 0 | 143 | 11 | 24 | 462 | 141 | 51 |
| Binary | 11001101 | 11 | 10111010 | 0 | 1100011 | 1001 | 10100 | 100110010 | 1100001 | 101001 |
Color Harmonies of #CD03BA
Complementary color
Monochromatic Colors of #CD03BA
Black with #CD03BA
Text Example
Text Example
White with #CD03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD03BA; }
p { color: rgb(205,3,186); }
H1.HeaderClassName
{
color: #CD03BA;
}
.AnyTagClassName
{
color: #CD03BA;
}
</style>
background-color css
<style>
a { background-color: #CD03BA; }
a { background-color: rgb(205,3,186); }
div.DivClassName
{
background-color: #CD03BA;
}
.BgClassName
{
background-color: #CD03BA;
}
</style>
border-color css
<style>
span { border-color: #CD03BA; }
span { border-color: rgb(205,3,186); }
td.TdClassName
{
border-color: #CD03BA;
}
.TagClassName
{
border-color: #CD03BA;
}
</style>