Shades of Medium Violet Red #CA1595
Tints of Medium Violet Red #CA1595
RGB
CMYK
RGB Variations
Color information
#CA1595 (or 0xCA1595) is known color: Medium Violet Red. HEX triplet: CA, 15 and 95. RGB value is (202,21,149). Sum of RGB (Red+Green+Blue) = 202+21+149=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1595 is #35EA6A. Grayscale: #595959. Windows color (decimal): -3533419 or 9770442. OLE color: 9770442.
HSL color Cylindrical-coordinate representation of color #CA1595: hue angle of 317.57º 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 #CA1595 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 149 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.21 |
| HSL | 317.57º | 0.81% | 0.44% | - |
| HSV(B) | 317.57º | 0.9% | 0.79% | - |
| XYZ | 30.05 | 15.26 | 29.8 | - |
| YUV | 89.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 149 | 0 | 0.90 | 0.26 | 0.21 | 317.57 | 0.81 | 0.44 |
| Hex | CA | 15 | 95 | 0 | 5A | 1A | 15 | 13E | 51 | 2C |
| Octal | 312 | 25 | 225 | 0 | 132 | 32 | 25 | 476 | 121 | 54 |
| Binary | 11001010 | 10101 | 10010101 | 0 | 1011010 | 11010 | 10101 | 100111110 | 1010001 | 101100 |
Color Harmonies of #CA1595
Complementary color
Monochromatic Colors of #CA1595
Black with #CA1595
Text Example
Text Example
White with #CA1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1595; }
p { color: rgb(202,21,149); }
H1.HeaderClassName
{
color: #CA1595;
}
.AnyTagClassName
{
color: #CA1595;
}
</style>
background-color css
<style>
a { background-color: #CA1595; }
a { background-color: rgb(202,21,149); }
div.DivClassName
{
background-color: #CA1595;
}
.BgClassName
{
background-color: #CA1595;
}
</style>
border-color css
<style>
span { border-color: #CA1595; }
span { border-color: rgb(202,21,149); }
td.TdClassName
{
border-color: #CA1595;
}
.TagClassName
{
border-color: #CA1595;
}
</style>