Shades of Medium Violet Red #CA0071
Tints of Medium Violet Red #CA0071
RGB
CMYK
RGB Variations
Color information
#CA0071 (or 0xCA0071) is known color: Medium Violet Red. HEX triplet: CA, 00 and 71. RGB value is (202,0,113). Sum of RGB (Red+Green+Blue) = 202+0+113=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0071 is #35FF8E. Grayscale: #494949. Windows color (decimal): -3538831 or 7405770. OLE color: 7405770.
HSL color Cylindrical-coordinate representation of color #CA0071: hue angle of 326.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0071 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.44 | 0.21 |
| HSL | 326.44º | 1% | 0.4% | - |
| HSV(B) | 326.44º | 1% | 0.79% | - |
| XYZ | 27.34 | 13.75 | 16.84 | - |
| YUV | 73.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 113 | 0 | 1 | 0.44 | 0.21 | 326.44 | 1 | 0.4 |
| Hex | CA | 0 | 71 | 0 | 64 | 2C | 15 | 146 | 64 | 28 |
| Octal | 312 | 0 | 161 | 0 | 144 | 54 | 25 | 506 | 144 | 50 |
| Binary | 11001010 | 0 | 1110001 | 0 | 1100100 | 101100 | 10101 | 101000110 | 1100100 | 101000 |
Color Harmonies of #CA0071
Complementary color
Monochromatic Colors of #CA0071
Black with #CA0071
Text Example
Text Example
White with #CA0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0071; }
p { color: rgb(202,0,113); }
H1.HeaderClassName
{
color: #CA0071;
}
.AnyTagClassName
{
color: #CA0071;
}
</style>
background-color css
<style>
a { background-color: #CA0071; }
a { background-color: rgb(202,0,113); }
div.DivClassName
{
background-color: #CA0071;
}
.BgClassName
{
background-color: #CA0071;
}
</style>
border-color css
<style>
span { border-color: #CA0071; }
span { border-color: rgb(202,0,113); }
td.TdClassName
{
border-color: #CA0071;
}
.TagClassName
{
border-color: #CA0071;
}
</style>