Shades of Deep Magenta #CA19BD
Tints of Deep Magenta #CA19BD
RGB
CMYK
RGB Variations
Color information
#CA19BD (or 0xCA19BD) is known color: Deep Magenta. HEX triplet: CA, 19 and BD. RGB value is (202,25,189). Sum of RGB (Red+Green+Blue) = 202+25+189=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19BD is #35E642. Grayscale: #606060. Windows color (decimal): -3532355 or 12392906. OLE color: 12392906.
HSL color Cylindrical-coordinate representation of color #CA19BD: hue angle of 304.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19BD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.21 |
| HSL | 304.41º | 0.78% | 0.45% | - |
| HSV(B) | 304.41º | 0.88% | 0.79% | - |
| XYZ | 33.89 | 16.93 | 49.62 | - |
| YUV | 96.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 189 | 0 | 0.88 | 0.06 | 0.21 | 304.41 | 0.78 | 0.45 |
| Hex | CA | 19 | BD | 0 | 58 | 6 | 15 | 130 | 4E | 2D |
| Octal | 312 | 31 | 275 | 0 | 130 | 6 | 25 | 460 | 116 | 55 |
| Binary | 11001010 | 11001 | 10111101 | 0 | 1011000 | 110 | 10101 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CA19BD
Complementary color
Monochromatic Colors of #CA19BD
Black with #CA19BD
Text Example
Text Example
White with #CA19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19BD; }
p { color: rgb(202,25,189); }
H1.HeaderClassName
{
color: #CA19BD;
}
.AnyTagClassName
{
color: #CA19BD;
}
</style>
background-color css
<style>
a { background-color: #CA19BD; }
a { background-color: rgb(202,25,189); }
div.DivClassName
{
background-color: #CA19BD;
}
.BgClassName
{
background-color: #CA19BD;
}
</style>
border-color css
<style>
span { border-color: #CA19BD; }
span { border-color: rgb(202,25,189); }
td.TdClassName
{
border-color: #CA19BD;
}
.TagClassName
{
border-color: #CA19BD;
}
</style>