Shades of Medium Violet Red #CA0271
Tints of Medium Violet Red #CA0271
RGB
CMYK
RGB Variations
Color information
#CA0271 (or 0xCA0271) is known color: Medium Violet Red. HEX triplet: CA, 02 and 71. RGB value is (202,2,113). Sum of RGB (Red+Green+Blue) = 202+2+113=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0271 is #35FD8E. Grayscale: #4A4A4A. Windows color (decimal): -3538319 or 7406282. OLE color: 7406282.
HSL color Cylindrical-coordinate representation of color #CA0271: hue angle of 326.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0271 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.21 |
| HSL | 326.7º | 0.98% | 0.4% | - |
| HSV(B) | 326.7º | 0.99% | 0.79% | - |
| XYZ | 27.36 | 13.79 | 16.84 | - |
| YUV | 74.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 113 | 0 | 0.99 | 0.44 | 0.21 | 326.7 | 0.98 | 0.4 |
| Hex | CA | 2 | 71 | 0 | 63 | 2C | 15 | 147 | 62 | 28 |
| Octal | 312 | 2 | 161 | 0 | 143 | 54 | 25 | 507 | 142 | 50 |
| Binary | 11001010 | 10 | 1110001 | 0 | 1100011 | 101100 | 10101 | 101000111 | 1100010 | 101000 |
Color Harmonies of #CA0271
Complementary color
Monochromatic Colors of #CA0271
Black with #CA0271
Text Example
Text Example
White with #CA0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0271; }
p { color: rgb(202,2,113); }
H1.HeaderClassName
{
color: #CA0271;
}
.AnyTagClassName
{
color: #CA0271;
}
</style>
background-color css
<style>
a { background-color: #CA0271; }
a { background-color: rgb(202,2,113); }
div.DivClassName
{
background-color: #CA0271;
}
.BgClassName
{
background-color: #CA0271;
}
</style>
border-color css
<style>
span { border-color: #CA0271; }
span { border-color: rgb(202,2,113); }
td.TdClassName
{
border-color: #CA0271;
}
.TagClassName
{
border-color: #CA0271;
}
</style>