Shades of Medium Violet Red #CA1574
Tints of Medium Violet Red #CA1574
RGB
CMYK
RGB Variations
Color information
#CA1574 (or 0xCA1574) is known color: Medium Violet Red. HEX triplet: CA, 15 and 74. RGB value is (202,21,116). Sum of RGB (Red+Green+Blue) = 202+21+116=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1574 is #35EA8B. Grayscale: #555555. Windows color (decimal): -3533452 or 7607754. OLE color: 7607754.
HSL color Cylindrical-coordinate representation of color #CA1574: hue angle of 328.51º 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 #CA1574 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 116 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.21 |
| HSL | 328.51º | 0.81% | 0.44% | - |
| HSV(B) | 328.51º | 0.9% | 0.79% | - |
| XYZ | 27.78 | 14.35 | 17.83 | - |
| YUV | 85.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 116 | 0 | 0.90 | 0.43 | 0.21 | 328.51 | 0.81 | 0.44 |
| Hex | CA | 15 | 74 | 0 | 5A | 2B | 15 | 149 | 51 | 2C |
| Octal | 312 | 25 | 164 | 0 | 132 | 53 | 25 | 511 | 121 | 54 |
| Binary | 11001010 | 10101 | 1110100 | 0 | 1011010 | 101011 | 10101 | 101001001 | 1010001 | 101100 |
Color Harmonies of #CA1574
Complementary color
Monochromatic Colors of #CA1574
Black with #CA1574
Text Example
Text Example
White with #CA1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1574; }
p { color: rgb(202,21,116); }
H1.HeaderClassName
{
color: #CA1574;
}
.AnyTagClassName
{
color: #CA1574;
}
</style>
background-color css
<style>
a { background-color: #CA1574; }
a { background-color: rgb(202,21,116); }
div.DivClassName
{
background-color: #CA1574;
}
.BgClassName
{
background-color: #CA1574;
}
</style>
border-color css
<style>
span { border-color: #CA1574; }
span { border-color: rgb(202,21,116); }
td.TdClassName
{
border-color: #CA1574;
}
.TagClassName
{
border-color: #CA1574;
}
</style>