Shades of Medium Violet Red #CA16A1
Tints of Medium Violet Red #CA16A1
RGB
CMYK
RGB Variations
Color information
#CA16A1 (or 0xCA16A1) is known color: Medium Violet Red. HEX triplet: CA, 16 and A1. RGB value is (202,22,161). Sum of RGB (Red+Green+Blue) = 202+22+161=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16A1 is #35E95E. Grayscale: #5B5B5B. Windows color (decimal): -3533151 or 10557130. OLE color: 10557130.
HSL color Cylindrical-coordinate representation of color #CA16A1: hue angle of 313.67º 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 #CA16A1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 161 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.21 |
| HSL | 313.67º | 0.8% | 0.44% | - |
| HSV(B) | 313.67º | 0.89% | 0.79% | - |
| XYZ | 31.08 | 15.7 | 35.11 | - |
| YUV | 91.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 161 | 0 | 0.89 | 0.20 | 0.21 | 313.67 | 0.8 | 0.44 |
| Hex | CA | 16 | A1 | 0 | 59 | 14 | 15 | 13A | 50 | 2C |
| Octal | 312 | 26 | 241 | 0 | 131 | 24 | 25 | 472 | 120 | 54 |
| Binary | 11001010 | 10110 | 10100001 | 0 | 1011001 | 10100 | 10101 | 100111010 | 1010000 | 101100 |
Color Harmonies of #CA16A1
Complementary color
Monochromatic Colors of #CA16A1
Black with #CA16A1
Text Example
Text Example
White with #CA16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16A1; }
p { color: rgb(202,22,161); }
H1.HeaderClassName
{
color: #CA16A1;
}
.AnyTagClassName
{
color: #CA16A1;
}
</style>
background-color css
<style>
a { background-color: #CA16A1; }
a { background-color: rgb(202,22,161); }
div.DivClassName
{
background-color: #CA16A1;
}
.BgClassName
{
background-color: #CA16A1;
}
</style>
border-color css
<style>
span { border-color: #CA16A1; }
span { border-color: rgb(202,22,161); }
td.TdClassName
{
border-color: #CA16A1;
}
.TagClassName
{
border-color: #CA16A1;
}
</style>