Shades of Medium Violet Red #CA1579
Tints of Medium Violet Red #CA1579
RGB
CMYK
RGB Variations
Color information
#CA1579 (or 0xCA1579) is known color: Medium Violet Red. HEX triplet: CA, 15 and 79. RGB value is (202,21,121). Sum of RGB (Red+Green+Blue) = 202+21+121=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1579 is #35EA86. Grayscale: #565656. Windows color (decimal): -3533447 or 7935434. OLE color: 7935434.
HSL color Cylindrical-coordinate representation of color #CA1579: hue angle of 326.85º 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 #CA1579 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 121 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.21 |
| HSL | 326.85º | 0.81% | 0.44% | - |
| HSV(B) | 326.85º | 0.9% | 0.79% | - |
| XYZ | 28.08 | 14.47 | 19.4 | - |
| YUV | 86.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 121 | 0 | 0.90 | 0.40 | 0.21 | 326.85 | 0.81 | 0.44 |
| Hex | CA | 15 | 79 | 0 | 5A | 28 | 15 | 147 | 51 | 2C |
| Octal | 312 | 25 | 171 | 0 | 132 | 50 | 25 | 507 | 121 | 54 |
| Binary | 11001010 | 10101 | 1111001 | 0 | 1011010 | 101000 | 10101 | 101000111 | 1010001 | 101100 |
Color Harmonies of #CA1579
Complementary color
Monochromatic Colors of #CA1579
Black with #CA1579
Text Example
Text Example
White with #CA1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1579; }
p { color: rgb(202,21,121); }
H1.HeaderClassName
{
color: #CA1579;
}
.AnyTagClassName
{
color: #CA1579;
}
</style>
background-color css
<style>
a { background-color: #CA1579; }
a { background-color: rgb(202,21,121); }
div.DivClassName
{
background-color: #CA1579;
}
.BgClassName
{
background-color: #CA1579;
}
</style>
border-color css
<style>
span { border-color: #CA1579; }
span { border-color: rgb(202,21,121); }
td.TdClassName
{
border-color: #CA1579;
}
.TagClassName
{
border-color: #CA1579;
}
</style>