Shades of Medium Violet Red #CA1572
Tints of Medium Violet Red #CA1572
RGB
CMYK
RGB Variations
Color information
#CA1572 (or 0xCA1572) is known color: Medium Violet Red. HEX triplet: CA, 15 and 72. RGB value is (202,21,114). Sum of RGB (Red+Green+Blue) = 202+21+114=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1572 is #35EA8D. Grayscale: #555555. Windows color (decimal): -3533454 or 7476682. OLE color: 7476682.
HSL color Cylindrical-coordinate representation of color #CA1572: hue angle of 329.17º 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 #CA1572 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 114 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.21 |
| HSL | 329.17º | 0.81% | 0.44% | - |
| HSV(B) | 329.17º | 0.9% | 0.79% | - |
| XYZ | 27.66 | 14.31 | 17.22 | - |
| YUV | 85.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 114 | 0 | 0.90 | 0.44 | 0.21 | 329.17 | 0.81 | 0.44 |
| Hex | CA | 15 | 72 | 0 | 5A | 2C | 15 | 149 | 51 | 2C |
| Octal | 312 | 25 | 162 | 0 | 132 | 54 | 25 | 511 | 121 | 54 |
| Binary | 11001010 | 10101 | 1110010 | 0 | 1011010 | 101100 | 10101 | 101001001 | 1010001 | 101100 |
Color Harmonies of #CA1572
Complementary color
Monochromatic Colors of #CA1572
Black with #CA1572
Text Example
Text Example
White with #CA1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1572; }
p { color: rgb(202,21,114); }
H1.HeaderClassName
{
color: #CA1572;
}
.AnyTagClassName
{
color: #CA1572;
}
</style>
background-color css
<style>
a { background-color: #CA1572; }
a { background-color: rgb(202,21,114); }
div.DivClassName
{
background-color: #CA1572;
}
.BgClassName
{
background-color: #CA1572;
}
</style>
border-color css
<style>
span { border-color: #CA1572; }
span { border-color: rgb(202,21,114); }
td.TdClassName
{
border-color: #CA1572;
}
.TagClassName
{
border-color: #CA1572;
}
</style>