Shades of Medium Violet Red #CA0576
Tints of Medium Violet Red #CA0576
RGB
CMYK
RGB Variations
Color information
#CA0576 (or 0xCA0576) is known color: Medium Violet Red. HEX triplet: CA, 05 and 76. RGB value is (202,5,118). Sum of RGB (Red+Green+Blue) = 202+5+118=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0576 is #35FA89. Grayscale: #4C4C4C. Windows color (decimal): -3537546 or 7734730. OLE color: 7734730.
HSL color Cylindrical-coordinate representation of color #CA0576: hue angle of 325.58º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0576 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.21 |
| HSL | 325.58º | 0.95% | 0.41% | - |
| HSV(B) | 325.58º | 0.98% | 0.79% | - |
| XYZ | 27.68 | 13.97 | 18.38 | - |
| YUV | 76.79 | 151.27 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 118 | 0 | 0.98 | 0.42 | 0.21 | 325.58 | 0.95 | 0.41 |
| Hex | CA | 5 | 76 | 0 | 62 | 2A | 15 | 146 | 5F | 29 |
| Octal | 312 | 5 | 166 | 0 | 142 | 52 | 25 | 506 | 137 | 51 |
| Binary | 11001010 | 101 | 1110110 | 0 | 1100010 | 101010 | 10101 | 101000110 | 1011111 | 101001 |
Color Harmonies of #CA0576
Complementary color
Monochromatic Colors of #CA0576
Black with #CA0576
Text Example
Text Example
White with #CA0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0576; }
p { color: rgb(202,5,118); }
H1.HeaderClassName
{
color: #CA0576;
}
.AnyTagClassName
{
color: #CA0576;
}
</style>
background-color css
<style>
a { background-color: #CA0576; }
a { background-color: rgb(202,5,118); }
div.DivClassName
{
background-color: #CA0576;
}
.BgClassName
{
background-color: #CA0576;
}
</style>
border-color css
<style>
span { border-color: #CA0576; }
span { border-color: rgb(202,5,118); }
td.TdClassName
{
border-color: #CA0576;
}
.TagClassName
{
border-color: #CA0576;
}
</style>