Shades of Medium Violet Red #CA0D73
Tints of Medium Violet Red #CA0D73
RGB
CMYK
RGB Variations
Color information
#CA0D73 (or 0xCA0D73) is known color: Medium Violet Red. HEX triplet: CA, 0D and 73. RGB value is (202,13,115). Sum of RGB (Red+Green+Blue) = 202+13+115=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D73 is #35F28C. Grayscale: #505050. Windows color (decimal): -3535501 or 7540170. OLE color: 7540170.
HSL color Cylindrical-coordinate representation of color #CA0D73: hue angle of 327.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D73 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 115 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.21 |
| HSL | 327.62º | 0.88% | 0.42% | - |
| HSV(B) | 327.62º | 0.94% | 0.79% | - |
| XYZ | 27.6 | 14.08 | 17.48 | - |
| YUV | 81.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 115 | 0 | 0.94 | 0.43 | 0.21 | 327.62 | 0.88 | 0.42 |
| Hex | CA | D | 73 | 0 | 5E | 2B | 15 | 148 | 58 | 2A |
| Octal | 312 | 15 | 163 | 0 | 136 | 53 | 25 | 510 | 130 | 52 |
| Binary | 11001010 | 1101 | 1110011 | 0 | 1011110 | 101011 | 10101 | 101001000 | 1011000 | 101010 |
Color Harmonies of #CA0D73
Complementary color
Monochromatic Colors of #CA0D73
Black with #CA0D73
Text Example
Text Example
White with #CA0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D73; }
p { color: rgb(202,13,115); }
H1.HeaderClassName
{
color: #CA0D73;
}
.AnyTagClassName
{
color: #CA0D73;
}
</style>
background-color css
<style>
a { background-color: #CA0D73; }
a { background-color: rgb(202,13,115); }
div.DivClassName
{
background-color: #CA0D73;
}
.BgClassName
{
background-color: #CA0D73;
}
</style>
border-color css
<style>
span { border-color: #CA0D73; }
span { border-color: rgb(202,13,115); }
td.TdClassName
{
border-color: #CA0D73;
}
.TagClassName
{
border-color: #CA0D73;
}
</style>