Shades of Medium Violet Red #CA0570
Tints of Medium Violet Red #CA0570
RGB
CMYK
RGB Variations
Color information
#CA0570 (or 0xCA0570) is known color: Medium Violet Red. HEX triplet: CA, 05 and 70. RGB value is (202,5,112). Sum of RGB (Red+Green+Blue) = 202+5+112=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0570 is #35FA8F. Grayscale: #4B4B4B. Windows color (decimal): -3537552 or 7341514. OLE color: 7341514.
HSL color Cylindrical-coordinate representation of color #CA0570: hue angle of 327.41º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0570 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.21 |
| HSL | 327.41º | 0.95% | 0.41% | - |
| HSV(B) | 327.41º | 0.98% | 0.79% | - |
| XYZ | 27.34 | 13.83 | 16.56 | - |
| YUV | 76.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 112 | 0 | 0.98 | 0.45 | 0.21 | 327.41 | 0.95 | 0.41 |
| Hex | CA | 5 | 70 | 0 | 62 | 2D | 15 | 147 | 5F | 29 |
| Octal | 312 | 5 | 160 | 0 | 142 | 55 | 25 | 507 | 137 | 51 |
| Binary | 11001010 | 101 | 1110000 | 0 | 1100010 | 101101 | 10101 | 101000111 | 1011111 | 101001 |
Color Harmonies of #CA0570
Complementary color
Monochromatic Colors of #CA0570
Black with #CA0570
Text Example
Text Example
White with #CA0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0570; }
p { color: rgb(202,5,112); }
H1.HeaderClassName
{
color: #CA0570;
}
.AnyTagClassName
{
color: #CA0570;
}
</style>
background-color css
<style>
a { background-color: #CA0570; }
a { background-color: rgb(202,5,112); }
div.DivClassName
{
background-color: #CA0570;
}
.BgClassName
{
background-color: #CA0570;
}
</style>
border-color css
<style>
span { border-color: #CA0570; }
span { border-color: rgb(202,5,112); }
td.TdClassName
{
border-color: #CA0570;
}
.TagClassName
{
border-color: #CA0570;
}
</style>