Shades of Medium Violet Red #CA1E70
Tints of Medium Violet Red #CA1E70
RGB
CMYK
RGB Variations
Color information
#CA1E70 (or 0xCA1E70) is known color: Medium Violet Red. HEX triplet: CA, 1E and 70. RGB value is (202,30,112). Sum of RGB (Red+Green+Blue) = 202+30+112=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E70 is #35E18F. Grayscale: #5A5A5A. Windows color (decimal): -3531152 or 7347914. OLE color: 7347914.
HSL color Cylindrical-coordinate representation of color #CA1E70: hue angle of 331.4º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E70 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 112 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.21 |
| HSL | 331.4º | 0.74% | 0.45% | - |
| HSV(B) | 331.4º | 0.85% | 0.79% | - |
| XYZ | 27.75 | 14.65 | 16.7 | - |
| YUV | 90.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 112 | 0 | 0.85 | 0.45 | 0.21 | 331.4 | 0.74 | 0.45 |
| Hex | CA | 1E | 70 | 0 | 55 | 2D | 15 | 14B | 4A | 2D |
| Octal | 312 | 36 | 160 | 0 | 125 | 55 | 25 | 513 | 112 | 55 |
| Binary | 11001010 | 11110 | 1110000 | 0 | 1010101 | 101101 | 10101 | 101001011 | 1001010 | 101101 |
Color Harmonies of #CA1E70
Complementary color
Monochromatic Colors of #CA1E70
Black with #CA1E70
Text Example
Text Example
White with #CA1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E70; }
p { color: rgb(202,30,112); }
H1.HeaderClassName
{
color: #CA1E70;
}
.AnyTagClassName
{
color: #CA1E70;
}
</style>
background-color css
<style>
a { background-color: #CA1E70; }
a { background-color: rgb(202,30,112); }
div.DivClassName
{
background-color: #CA1E70;
}
.BgClassName
{
background-color: #CA1E70;
}
</style>
border-color css
<style>
span { border-color: #CA1E70; }
span { border-color: rgb(202,30,112); }
td.TdClassName
{
border-color: #CA1E70;
}
.TagClassName
{
border-color: #CA1E70;
}
</style>