Shades of Medium Violet Red #CA1072
Tints of Medium Violet Red #CA1072
RGB
CMYK
RGB Variations
Color information
#CA1072 (or 0xCA1072) is known color: Medium Violet Red. HEX triplet: CA, 10 and 72. RGB value is (202,16,114). Sum of RGB (Red+Green+Blue) = 202+16+114=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1072 is #35EF8D. Grayscale: #525252. Windows color (decimal): -3534734 or 7475402. OLE color: 7475402.
HSL color Cylindrical-coordinate representation of color #CA1072: hue angle of 328.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1072 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.21 |
| HSL | 328.39º | 0.85% | 0.43% | - |
| HSV(B) | 328.39º | 0.92% | 0.79% | - |
| XYZ | 27.58 | 14.14 | 17.2 | - |
| YUV | 82.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 114 | 0 | 0.92 | 0.44 | 0.21 | 328.39 | 0.85 | 0.43 |
| Hex | CA | 10 | 72 | 0 | 5C | 2C | 15 | 148 | 55 | 2B |
| Octal | 312 | 20 | 162 | 0 | 134 | 54 | 25 | 510 | 125 | 53 |
| Binary | 11001010 | 10000 | 1110010 | 0 | 1011100 | 101100 | 10101 | 101001000 | 1010101 | 101011 |
Color Harmonies of #CA1072
Complementary color
Monochromatic Colors of #CA1072
Black with #CA1072
Text Example
Text Example
White with #CA1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1072; }
p { color: rgb(202,16,114); }
H1.HeaderClassName
{
color: #CA1072;
}
.AnyTagClassName
{
color: #CA1072;
}
</style>
background-color css
<style>
a { background-color: #CA1072; }
a { background-color: rgb(202,16,114); }
div.DivClassName
{
background-color: #CA1072;
}
.BgClassName
{
background-color: #CA1072;
}
</style>
border-color css
<style>
span { border-color: #CA1072; }
span { border-color: rgb(202,16,114); }
td.TdClassName
{
border-color: #CA1072;
}
.TagClassName
{
border-color: #CA1072;
}
</style>