Shades of Medium Violet Red #CA2572
Tints of Medium Violet Red #CA2572
RGB
CMYK
RGB Variations
Color information
#CA2572 (or 0xCA2572) is known color: Medium Violet Red. HEX triplet: CA, 25 and 72. RGB value is (202,37,114). Sum of RGB (Red+Green+Blue) = 202+37+114=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2572 is #35DA8D. Grayscale: #5E5E5E. Windows color (decimal): -3529358 or 7480778. OLE color: 7480778.
HSL color Cylindrical-coordinate representation of color #CA2572: hue angle of 332º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2572 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 114 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.21 |
| HSL | 332º | 0.69% | 0.47% | - |
| HSV(B) | 332º | 0.82% | 0.79% | - |
| XYZ | 28.06 | 15.09 | 17.35 | - |
| YUV | 95.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 114 | 0 | 0.82 | 0.44 | 0.21 | 332 | 0.69 | 0.47 |
| Hex | CA | 25 | 72 | 0 | 52 | 2C | 15 | 14C | 45 | 2F |
| Octal | 312 | 45 | 162 | 0 | 122 | 54 | 25 | 514 | 105 | 57 |
| Binary | 11001010 | 100101 | 1110010 | 0 | 1010010 | 101100 | 10101 | 101001100 | 1000101 | 101111 |
Color Harmonies of #CA2572
Complementary color
Monochromatic Colors of #CA2572
Black with #CA2572
Text Example
Text Example
White with #CA2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2572; }
p { color: rgb(202,37,114); }
H1.HeaderClassName
{
color: #CA2572;
}
.AnyTagClassName
{
color: #CA2572;
}
</style>
background-color css
<style>
a { background-color: #CA2572; }
a { background-color: rgb(202,37,114); }
div.DivClassName
{
background-color: #CA2572;
}
.BgClassName
{
background-color: #CA2572;
}
</style>
border-color css
<style>
span { border-color: #CA2572; }
span { border-color: rgb(202,37,114); }
td.TdClassName
{
border-color: #CA2572;
}
.TagClassName
{
border-color: #CA2572;
}
</style>