Shades of Deep Magenta #CA0DBD
Tints of Deep Magenta #CA0DBD
RGB
CMYK
RGB Variations
Color information
#CA0DBD (or 0xCA0DBD) is known color: Deep Magenta. HEX triplet: CA, 0D and BD. RGB value is (202,13,189). Sum of RGB (Red+Green+Blue) = 202+13+189=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DBD is #35F242. Grayscale: #595959. Windows color (decimal): -3535427 or 12389834. OLE color: 12389834.
HSL color Cylindrical-coordinate representation of color #CA0DBD: hue angle of 304.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.21 |
| HSL | 304.13º | 0.88% | 0.42% | - |
| HSV(B) | 304.13º | 0.94% | 0.79% | - |
| XYZ | 33.69 | 16.52 | 49.56 | - |
| YUV | 89.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 189 | 0 | 0.94 | 0.06 | 0.21 | 304.13 | 0.88 | 0.42 |
| Hex | CA | D | BD | 0 | 5E | 6 | 15 | 130 | 58 | 2A |
| Octal | 312 | 15 | 275 | 0 | 136 | 6 | 25 | 460 | 130 | 52 |
| Binary | 11001010 | 1101 | 10111101 | 0 | 1011110 | 110 | 10101 | 100110000 | 1011000 | 101010 |
Color Harmonies of #CA0DBD
Complementary color
Monochromatic Colors of #CA0DBD
Black with #CA0DBD
Text Example
Text Example
White with #CA0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DBD; }
p { color: rgb(202,13,189); }
H1.HeaderClassName
{
color: #CA0DBD;
}
.AnyTagClassName
{
color: #CA0DBD;
}
</style>
background-color css
<style>
a { background-color: #CA0DBD; }
a { background-color: rgb(202,13,189); }
div.DivClassName
{
background-color: #CA0DBD;
}
.BgClassName
{
background-color: #CA0DBD;
}
</style>
border-color css
<style>
span { border-color: #CA0DBD; }
span { border-color: rgb(202,13,189); }
td.TdClassName
{
border-color: #CA0DBD;
}
.TagClassName
{
border-color: #CA0DBD;
}
</style>