Shades of Medium Violet Red #CA1D79
Tints of Medium Violet Red #CA1D79
RGB
CMYK
RGB Variations
Color information
#CA1D79 (or 0xCA1D79) is known color: Medium Violet Red. HEX triplet: CA, 1D and 79. RGB value is (202,29,121). Sum of RGB (Red+Green+Blue) = 202+29+121=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D79 is #35E286. Grayscale: #5B5B5B. Windows color (decimal): -3531399 or 7937482. OLE color: 7937482.
HSL color Cylindrical-coordinate representation of color #CA1D79: hue angle of 328.09º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D79 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 121 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.21 |
| HSL | 328.09º | 0.75% | 0.45% | - |
| HSV(B) | 328.09º | 0.86% | 0.79% | - |
| XYZ | 28.25 | 14.82 | 19.46 | - |
| YUV | 91.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 121 | 0 | 0.86 | 0.40 | 0.21 | 328.09 | 0.75 | 0.45 |
| Hex | CA | 1D | 79 | 0 | 56 | 28 | 15 | 148 | 4B | 2D |
| Octal | 312 | 35 | 171 | 0 | 126 | 50 | 25 | 510 | 113 | 55 |
| Binary | 11001010 | 11101 | 1111001 | 0 | 1010110 | 101000 | 10101 | 101001000 | 1001011 | 101101 |
Color Harmonies of #CA1D79
Complementary color
Monochromatic Colors of #CA1D79
Black with #CA1D79
Text Example
Text Example
White with #CA1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D79; }
p { color: rgb(202,29,121); }
H1.HeaderClassName
{
color: #CA1D79;
}
.AnyTagClassName
{
color: #CA1D79;
}
</style>
background-color css
<style>
a { background-color: #CA1D79; }
a { background-color: rgb(202,29,121); }
div.DivClassName
{
background-color: #CA1D79;
}
.BgClassName
{
background-color: #CA1D79;
}
</style>
border-color css
<style>
span { border-color: #CA1D79; }
span { border-color: rgb(202,29,121); }
td.TdClassName
{
border-color: #CA1D79;
}
.TagClassName
{
border-color: #CA1D79;
}
</style>