Shades of Medium Violet Red #CA159D
Tints of Medium Violet Red #CA159D
RGB
CMYK
RGB Variations
Color information
#CA159D (or 0xCA159D) is known color: Medium Violet Red. HEX triplet: CA, 15 and 9D. RGB value is (202,21,157). Sum of RGB (Red+Green+Blue) = 202+21+157=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA159D is #35EA62. Grayscale: #5A5A5A. Windows color (decimal): -3533411 or 10294730. OLE color: 10294730.
HSL color Cylindrical-coordinate representation of color #CA159D: hue angle of 314.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA159D is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.21 |
| HSL | 314.92º | 0.81% | 0.44% | - |
| HSV(B) | 314.92º | 0.9% | 0.79% | - |
| XYZ | 30.71 | 15.53 | 33.28 | - |
| YUV | 90.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 157 | 0 | 0.90 | 0.22 | 0.21 | 314.92 | 0.81 | 0.44 |
| Hex | CA | 15 | 9D | 0 | 5A | 16 | 15 | 13B | 51 | 2C |
| Octal | 312 | 25 | 235 | 0 | 132 | 26 | 25 | 473 | 121 | 54 |
| Binary | 11001010 | 10101 | 10011101 | 0 | 1011010 | 10110 | 10101 | 100111011 | 1010001 | 101100 |
Color Harmonies of #CA159D
Complementary color
Monochromatic Colors of #CA159D
Black with #CA159D
Text Example
Text Example
White with #CA159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA159D; }
p { color: rgb(202,21,157); }
H1.HeaderClassName
{
color: #CA159D;
}
.AnyTagClassName
{
color: #CA159D;
}
</style>
background-color css
<style>
a { background-color: #CA159D; }
a { background-color: rgb(202,21,157); }
div.DivClassName
{
background-color: #CA159D;
}
.BgClassName
{
background-color: #CA159D;
}
</style>
border-color css
<style>
span { border-color: #CA159D; }
span { border-color: rgb(202,21,157); }
td.TdClassName
{
border-color: #CA159D;
}
.TagClassName
{
border-color: #CA159D;
}
</style>