Shades of Medium Violet Red #CA0971
Tints of Medium Violet Red #CA0971
RGB
CMYK
RGB Variations
Color information
#CA0971 (or 0xCA0971) is known color: Medium Violet Red. HEX triplet: CA, 09 and 71. RGB value is (202,9,113). Sum of RGB (Red+Green+Blue) = 202+9+113=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0971 is #35F68E. Grayscale: #4E4E4E. Windows color (decimal): -3536527 or 7408074. OLE color: 7408074.
HSL color Cylindrical-coordinate representation of color #CA0971: hue angle of 327.67º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0971 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.21 |
| HSL | 327.67º | 0.91% | 0.41% | - |
| HSV(B) | 327.67º | 0.96% | 0.79% | - |
| XYZ | 27.44 | 13.94 | 16.87 | - |
| YUV | 78.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 113 | 0 | 0.96 | 0.44 | 0.21 | 327.67 | 0.91 | 0.41 |
| Hex | CA | 9 | 71 | 0 | 60 | 2C | 15 | 148 | 5B | 29 |
| Octal | 312 | 11 | 161 | 0 | 140 | 54 | 25 | 510 | 133 | 51 |
| Binary | 11001010 | 1001 | 1110001 | 0 | 1100000 | 101100 | 10101 | 101001000 | 1011011 | 101001 |
Color Harmonies of #CA0971
Complementary color
Monochromatic Colors of #CA0971
Black with #CA0971
Text Example
Text Example
White with #CA0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0971; }
p { color: rgb(202,9,113); }
H1.HeaderClassName
{
color: #CA0971;
}
.AnyTagClassName
{
color: #CA0971;
}
</style>
background-color css
<style>
a { background-color: #CA0971; }
a { background-color: rgb(202,9,113); }
div.DivClassName
{
background-color: #CA0971;
}
.BgClassName
{
background-color: #CA0971;
}
</style>
border-color css
<style>
span { border-color: #CA0971; }
span { border-color: rgb(202,9,113); }
td.TdClassName
{
border-color: #CA0971;
}
.TagClassName
{
border-color: #CA0971;
}
</style>