Shades of Medium Violet Red #CA1370
Tints of Medium Violet Red #CA1370
RGB
CMYK
RGB Variations
Color information
#CA1370 (or 0xCA1370) is known color: Medium Violet Red. HEX triplet: CA, 13 and 70. RGB value is (202,19,112). Sum of RGB (Red+Green+Blue) = 202+19+112=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1370 is #35EC8F. Grayscale: #545454. Windows color (decimal): -3533968 or 7345098. OLE color: 7345098.
HSL color Cylindrical-coordinate representation of color #CA1370: hue angle of 329.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1370 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.21 |
| HSL | 329.51º | 0.83% | 0.43% | - |
| HSV(B) | 329.51º | 0.91% | 0.79% | - |
| XYZ | 27.51 | 14.19 | 16.62 | - |
| YUV | 84.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 112 | 0 | 0.91 | 0.45 | 0.21 | 329.51 | 0.83 | 0.43 |
| Hex | CA | 13 | 70 | 0 | 5B | 2D | 15 | 14A | 53 | 2B |
| Octal | 312 | 23 | 160 | 0 | 133 | 55 | 25 | 512 | 123 | 53 |
| Binary | 11001010 | 10011 | 1110000 | 0 | 1011011 | 101101 | 10101 | 101001010 | 1010011 | 101011 |
Color Harmonies of #CA1370
Complementary color
Monochromatic Colors of #CA1370
Black with #CA1370
Text Example
Text Example
White with #CA1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1370; }
p { color: rgb(202,19,112); }
H1.HeaderClassName
{
color: #CA1370;
}
.AnyTagClassName
{
color: #CA1370;
}
</style>
background-color css
<style>
a { background-color: #CA1370; }
a { background-color: rgb(202,19,112); }
div.DivClassName
{
background-color: #CA1370;
}
.BgClassName
{
background-color: #CA1370;
}
</style>
border-color css
<style>
span { border-color: #CA1370; }
span { border-color: rgb(202,19,112); }
td.TdClassName
{
border-color: #CA1370;
}
.TagClassName
{
border-color: #CA1370;
}
</style>