Shades of Medium Violet Red #CA0F74
Tints of Medium Violet Red #CA0F74
RGB
CMYK
RGB Variations
Color information
#CA0F74 (or 0xCA0F74) is known color: Medium Violet Red. HEX triplet: CA, 0F and 74. RGB value is (202,15,116). Sum of RGB (Red+Green+Blue) = 202+15+116=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0F74 is #35F08B. Grayscale: #525252. Windows color (decimal): -3534988 or 7606218. OLE color: 7606218.
HSL color Cylindrical-coordinate representation of color #CA0F74: hue angle of 327.59º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F74 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.21 |
| HSL | 327.59º | 0.86% | 0.43% | - |
| HSV(B) | 327.59º | 0.93% | 0.79% | - |
| XYZ | 27.68 | 14.16 | 17.8 | - |
| YUV | 82.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 116 | 0 | 0.93 | 0.43 | 0.21 | 327.59 | 0.86 | 0.43 |
| Hex | CA | F | 74 | 0 | 5D | 2B | 15 | 148 | 56 | 2B |
| Octal | 312 | 17 | 164 | 0 | 135 | 53 | 25 | 510 | 126 | 53 |
| Binary | 11001010 | 1111 | 1110100 | 0 | 1011101 | 101011 | 10101 | 101001000 | 1010110 | 101011 |
Color Harmonies of #CA0F74
Complementary color
Monochromatic Colors of #CA0F74
Black with #CA0F74
Text Example
Text Example
White with #CA0F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F74; }
p { color: rgb(202,15,116); }
H1.HeaderClassName
{
color: #CA0F74;
}
.AnyTagClassName
{
color: #CA0F74;
}
</style>
background-color css
<style>
a { background-color: #CA0F74; }
a { background-color: rgb(202,15,116); }
div.DivClassName
{
background-color: #CA0F74;
}
.BgClassName
{
background-color: #CA0F74;
}
</style>
border-color css
<style>
span { border-color: #CA0F74; }
span { border-color: rgb(202,15,116); }
td.TdClassName
{
border-color: #CA0F74;
}
.TagClassName
{
border-color: #CA0F74;
}
</style>