Shades of Medium Violet Red #CA1271
Tints of Medium Violet Red #CA1271
RGB
CMYK
RGB Variations
Color information
#CA1271 (or 0xCA1271) is known color: Medium Violet Red. HEX triplet: CA, 12 and 71. RGB value is (202,18,113). Sum of RGB (Red+Green+Blue) = 202+18+113=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1271 is #35ED8E. Grayscale: #535353. Windows color (decimal): -3534223 or 7410378. OLE color: 7410378.
HSL color Cylindrical-coordinate representation of color #CA1271: hue angle of 329.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1271 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.21 |
| HSL | 329.02º | 0.84% | 0.43% | - |
| HSV(B) | 329.02º | 0.91% | 0.79% | - |
| XYZ | 27.55 | 14.18 | 16.91 | - |
| YUV | 83.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 113 | 0 | 0.91 | 0.44 | 0.21 | 329.02 | 0.84 | 0.43 |
| Hex | CA | 12 | 71 | 0 | 5B | 2C | 15 | 149 | 54 | 2B |
| Octal | 312 | 22 | 161 | 0 | 133 | 54 | 25 | 511 | 124 | 53 |
| Binary | 11001010 | 10010 | 1110001 | 0 | 1011011 | 101100 | 10101 | 101001001 | 1010100 | 101011 |
Color Harmonies of #CA1271
Complementary color
Monochromatic Colors of #CA1271
Black with #CA1271
Text Example
Text Example
White with #CA1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1271; }
p { color: rgb(202,18,113); }
H1.HeaderClassName
{
color: #CA1271;
}
.AnyTagClassName
{
color: #CA1271;
}
</style>
background-color css
<style>
a { background-color: #CA1271; }
a { background-color: rgb(202,18,113); }
div.DivClassName
{
background-color: #CA1271;
}
.BgClassName
{
background-color: #CA1271;
}
</style>
border-color css
<style>
span { border-color: #CA1271; }
span { border-color: rgb(202,18,113); }
td.TdClassName
{
border-color: #CA1271;
}
.TagClassName
{
border-color: #CA1271;
}
</style>