Shades of Deep Magenta #CA16B5
Tints of Deep Magenta #CA16B5
RGB
CMYK
RGB Variations
Color information
#CA16B5 (or 0xCA16B5) is known color: Deep Magenta. HEX triplet: CA, 16 and B5. RGB value is (202,22,181). Sum of RGB (Red+Green+Blue) = 202+22+181=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16B5 is #35E94A. Grayscale: #5D5D5D. Windows color (decimal): -3533131 or 11867850. OLE color: 11867850.
HSL color Cylindrical-coordinate representation of color #CA16B5: hue angle of 307º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA16B5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 181 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.21 |
| HSL | 307º | 0.8% | 0.44% | - |
| HSV(B) | 307º | 0.89% | 0.79% | - |
| XYZ | 32.98 | 16.47 | 45.16 | - |
| YUV | 93.95 | 177.13 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 181 | 0 | 0.89 | 0.10 | 0.21 | 307 | 0.8 | 0.44 |
| Hex | CA | 16 | B5 | 0 | 59 | A | 15 | 133 | 50 | 2C |
| Octal | 312 | 26 | 265 | 0 | 131 | 12 | 25 | 463 | 120 | 54 |
| Binary | 11001010 | 10110 | 10110101 | 0 | 1011001 | 1010 | 10101 | 100110011 | 1010000 | 101100 |
Color Harmonies of #CA16B5
Complementary color
Monochromatic Colors of #CA16B5
Black with #CA16B5
Text Example
Text Example
White with #CA16B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16B5; }
p { color: rgb(202,22,181); }
H1.HeaderClassName
{
color: #CA16B5;
}
.AnyTagClassName
{
color: #CA16B5;
}
</style>
background-color css
<style>
a { background-color: #CA16B5; }
a { background-color: rgb(202,22,181); }
div.DivClassName
{
background-color: #CA16B5;
}
.BgClassName
{
background-color: #CA16B5;
}
</style>
border-color css
<style>
span { border-color: #CA16B5; }
span { border-color: rgb(202,22,181); }
td.TdClassName
{
border-color: #CA16B5;
}
.TagClassName
{
border-color: #CA16B5;
}
</style>