Shades of Medium Violet Red #CA2579
Tints of Medium Violet Red #CA2579
RGB
CMYK
RGB Variations
Color information
#CA2579 (or 0xCA2579) is known color: Medium Violet Red. HEX triplet: CA, 25 and 79. RGB value is (202,37,121). Sum of RGB (Red+Green+Blue) = 202+37+121=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2579 is #35DA86. Grayscale: #5F5F5F. Windows color (decimal): -3529351 or 7939530. OLE color: 7939530.
HSL color Cylindrical-coordinate representation of color #CA2579: hue angle of 329.45º 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 #CA2579 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 121 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.21 |
| HSL | 329.45º | 0.69% | 0.47% | - |
| HSV(B) | 329.45º | 0.82% | 0.79% | - |
| XYZ | 28.47 | 15.26 | 19.53 | - |
| YUV | 95.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 121 | 0 | 0.82 | 0.40 | 0.21 | 329.45 | 0.69 | 0.47 |
| Hex | CA | 25 | 79 | 0 | 52 | 28 | 15 | 149 | 45 | 2F |
| Octal | 312 | 45 | 171 | 0 | 122 | 50 | 25 | 511 | 105 | 57 |
| Binary | 11001010 | 100101 | 1111001 | 0 | 1010010 | 101000 | 10101 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CA2579
Complementary color
Monochromatic Colors of #CA2579
Black with #CA2579
Text Example
Text Example
White with #CA2579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2579; }
p { color: rgb(202,37,121); }
H1.HeaderClassName
{
color: #CA2579;
}
.AnyTagClassName
{
color: #CA2579;
}
</style>
background-color css
<style>
a { background-color: #CA2579; }
a { background-color: rgb(202,37,121); }
div.DivClassName
{
background-color: #CA2579;
}
.BgClassName
{
background-color: #CA2579;
}
</style>
border-color css
<style>
span { border-color: #CA2579; }
span { border-color: rgb(202,37,121); }
td.TdClassName
{
border-color: #CA2579;
}
.TagClassName
{
border-color: #CA2579;
}
</style>