Shades of Medium Violet Red #CA0977
Tints of Medium Violet Red #CA0977
RGB
CMYK
RGB Variations
Color information
#CA0977 (or 0xCA0977) is known color: Medium Violet Red. HEX triplet: CA, 09 and 77. RGB value is (202,9,119). Sum of RGB (Red+Green+Blue) = 202+9+119=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0977 is #35F688. Grayscale: #4F4F4F. Windows color (decimal): -3536521 or 7801290. OLE color: 7801290.
HSL color Cylindrical-coordinate representation of color #CA0977: hue angle of 325.8º 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 #CA0977 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.21 |
| HSL | 325.8º | 0.91% | 0.41% | - |
| HSV(B) | 325.8º | 0.96% | 0.79% | - |
| XYZ | 27.78 | 14.08 | 18.71 | - |
| YUV | 79.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 119 | 0 | 0.96 | 0.41 | 0.21 | 325.8 | 0.91 | 0.41 |
| Hex | CA | 9 | 77 | 0 | 60 | 29 | 15 | 146 | 5B | 29 |
| Octal | 312 | 11 | 167 | 0 | 140 | 51 | 25 | 506 | 133 | 51 |
| Binary | 11001010 | 1001 | 1110111 | 0 | 1100000 | 101001 | 10101 | 101000110 | 1011011 | 101001 |
Color Harmonies of #CA0977
Complementary color
Monochromatic Colors of #CA0977
Black with #CA0977
Text Example
Text Example
White with #CA0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0977; }
p { color: rgb(202,9,119); }
H1.HeaderClassName
{
color: #CA0977;
}
.AnyTagClassName
{
color: #CA0977;
}
</style>
background-color css
<style>
a { background-color: #CA0977; }
a { background-color: rgb(202,9,119); }
div.DivClassName
{
background-color: #CA0977;
}
.BgClassName
{
background-color: #CA0977;
}
</style>
border-color css
<style>
span { border-color: #CA0977; }
span { border-color: rgb(202,9,119); }
td.TdClassName
{
border-color: #CA0977;
}
.TagClassName
{
border-color: #CA0977;
}
</style>