Shades of Deep Magenta #CA19CB
Tints of Deep Magenta #CA19CB
RGB
CMYK
RGB Variations
Color information
#CA19CB (or 0xCA19CB) is known color: Deep Magenta. HEX triplet: CA, 19 and CB. RGB value is (202,25,203). Sum of RGB (Red+Green+Blue) = 202+25+203=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19CB is #35E634. Grayscale: #616161. Windows color (decimal): -3532341 or 13310410. OLE color: 13310410.
HSL color Cylindrical-coordinate representation of color #CA19CB: hue angle of 299.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19CB is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 25 | 203 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.20 |
| HSL | 299.66º | 0.78% | 0.45% | - |
| HSV(B) | 299.66º | 0.88% | 0.8% | - |
| XYZ | 35.48 | 17.56 | 58.02 | - |
| YUV | 98.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 203 | 0.00 | 0.88 | 0 | 0.20 | 299.66 | 0.78 | 0.45 |
| Hex | CA | 19 | CB | 0 | 58 | 0 | 14 | 12C | 4E | 2D |
| Octal | 312 | 31 | 313 | 0 | 130 | 0 | 24 | 454 | 116 | 55 |
| Binary | 11001010 | 11001 | 11001011 | 0 | 1011000 | 0 | 10100 | 100101100 | 1001110 | 101101 |
Color Harmonies of #CA19CB
Complementary color
Monochromatic Colors of #CA19CB
Black with #CA19CB
Text Example
Text Example
White with #CA19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19CB; }
p { color: rgb(202,25,203); }
H1.HeaderClassName
{
color: #CA19CB;
}
.AnyTagClassName
{
color: #CA19CB;
}
</style>
background-color css
<style>
a { background-color: #CA19CB; }
a { background-color: rgb(202,25,203); }
div.DivClassName
{
background-color: #CA19CB;
}
.BgClassName
{
background-color: #CA19CB;
}
</style>
border-color css
<style>
span { border-color: #CA19CB; }
span { border-color: rgb(202,25,203); }
td.TdClassName
{
border-color: #CA19CB;
}
.TagClassName
{
border-color: #CA19CB;
}
</style>