Shades of Medium Violet Red #CA0C71
Tints of Medium Violet Red #CA0C71
RGB
CMYK
RGB Variations
Color information
#CA0C71 (or 0xCA0C71) is known color: Medium Violet Red. HEX triplet: CA, 0C and 71. RGB value is (202,12,113). Sum of RGB (Red+Green+Blue) = 202+12+113=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C71 is #35F38E. Grayscale: #505050. Windows color (decimal): -3535759 or 7408842. OLE color: 7408842.
HSL color Cylindrical-coordinate representation of color #CA0C71: hue angle of 328.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C71 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 113 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.21 |
| HSL | 328.11º | 0.89% | 0.42% | - |
| HSV(B) | 328.11º | 0.94% | 0.79% | - |
| XYZ | 27.47 | 14.01 | 16.88 | - |
| YUV | 80.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 113 | 0 | 0.94 | 0.44 | 0.21 | 328.11 | 0.89 | 0.42 |
| Hex | CA | C | 71 | 0 | 5E | 2C | 15 | 148 | 59 | 2A |
| Octal | 312 | 14 | 161 | 0 | 136 | 54 | 25 | 510 | 131 | 52 |
| Binary | 11001010 | 1100 | 1110001 | 0 | 1011110 | 101100 | 10101 | 101001000 | 1011001 | 101010 |
Color Harmonies of #CA0C71
Complementary color
Monochromatic Colors of #CA0C71
Black with #CA0C71
Text Example
Text Example
White with #CA0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C71; }
p { color: rgb(202,12,113); }
H1.HeaderClassName
{
color: #CA0C71;
}
.AnyTagClassName
{
color: #CA0C71;
}
</style>
background-color css
<style>
a { background-color: #CA0C71; }
a { background-color: rgb(202,12,113); }
div.DivClassName
{
background-color: #CA0C71;
}
.BgClassName
{
background-color: #CA0C71;
}
</style>
border-color css
<style>
span { border-color: #CA0C71; }
span { border-color: rgb(202,12,113); }
td.TdClassName
{
border-color: #CA0C71;
}
.TagClassName
{
border-color: #CA0C71;
}
</style>