Shades of Medium Violet Red #CA1570
Tints of Medium Violet Red #CA1570
RGB
CMYK
RGB Variations
Color information
#CA1570 (or 0xCA1570) is known color: Medium Violet Red. HEX triplet: CA, 15 and 70. RGB value is (202,21,112). Sum of RGB (Red+Green+Blue) = 202+21+112=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1570 is #35EA8F. Grayscale: #555555. Windows color (decimal): -3533456 or 7345610. OLE color: 7345610.
HSL color Cylindrical-coordinate representation of color #CA1570: hue angle of 329.83º 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 #CA1570 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.21 |
| HSL | 329.83º | 0.81% | 0.44% | - |
| HSV(B) | 329.83º | 0.9% | 0.79% | - |
| XYZ | 27.55 | 14.26 | 16.63 | - |
| YUV | 85.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 112 | 0 | 0.90 | 0.45 | 0.21 | 329.83 | 0.81 | 0.44 |
| Hex | CA | 15 | 70 | 0 | 5A | 2D | 15 | 14A | 51 | 2C |
| Octal | 312 | 25 | 160 | 0 | 132 | 55 | 25 | 512 | 121 | 54 |
| Binary | 11001010 | 10101 | 1110000 | 0 | 1011010 | 101101 | 10101 | 101001010 | 1010001 | 101100 |
Color Harmonies of #CA1570
Complementary color
Monochromatic Colors of #CA1570
Black with #CA1570
Text Example
Text Example
White with #CA1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1570; }
p { color: rgb(202,21,112); }
H1.HeaderClassName
{
color: #CA1570;
}
.AnyTagClassName
{
color: #CA1570;
}
</style>
background-color css
<style>
a { background-color: #CA1570; }
a { background-color: rgb(202,21,112); }
div.DivClassName
{
background-color: #CA1570;
}
.BgClassName
{
background-color: #CA1570;
}
</style>
border-color css
<style>
span { border-color: #CA1570; }
span { border-color: rgb(202,21,112); }
td.TdClassName
{
border-color: #CA1570;
}
.TagClassName
{
border-color: #CA1570;
}
</style>