Shades of Medium Violet Red #CA159F
Tints of Medium Violet Red #CA159F
RGB
CMYK
RGB Variations
Color information
#CA159F (or 0xCA159F) is known color: Medium Violet Red. HEX triplet: CA, 15 and 9F. RGB value is (202,21,159). Sum of RGB (Red+Green+Blue) = 202+21+159=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA159F is #35EA60. Grayscale: #5A5A5A. Windows color (decimal): -3533409 or 10425802. OLE color: 10425802.
HSL color Cylindrical-coordinate representation of color #CA159F: hue angle of 314.25º 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 #CA159F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 159 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.21 |
| HSL | 314.25º | 0.81% | 0.44% | - |
| HSV(B) | 314.25º | 0.9% | 0.79% | - |
| XYZ | 30.88 | 15.6 | 34.18 | - |
| YUV | 90.85 | 166.47 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 159 | 0 | 0.90 | 0.21 | 0.21 | 314.25 | 0.81 | 0.44 |
| Hex | CA | 15 | 9F | 0 | 5A | 15 | 15 | 13A | 51 | 2C |
| Octal | 312 | 25 | 237 | 0 | 132 | 25 | 25 | 472 | 121 | 54 |
| Binary | 11001010 | 10101 | 10011111 | 0 | 1011010 | 10101 | 10101 | 100111010 | 1010001 | 101100 |
Color Harmonies of #CA159F
Complementary color
Monochromatic Colors of #CA159F
Black with #CA159F
Text Example
Text Example
White with #CA159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA159F; }
p { color: rgb(202,21,159); }
H1.HeaderClassName
{
color: #CA159F;
}
.AnyTagClassName
{
color: #CA159F;
}
</style>
background-color css
<style>
a { background-color: #CA159F; }
a { background-color: rgb(202,21,159); }
div.DivClassName
{
background-color: #CA159F;
}
.BgClassName
{
background-color: #CA159F;
}
</style>
border-color css
<style>
span { border-color: #CA159F; }
span { border-color: rgb(202,21,159); }
td.TdClassName
{
border-color: #CA159F;
}
.TagClassName
{
border-color: #CA159F;
}
</style>