Shades of Medium Violet Red #CA0C74
Tints of Medium Violet Red #CA0C74
RGB
CMYK
RGB Variations
Color information
#CA0C74 (or 0xCA0C74) is known color: Medium Violet Red. HEX triplet: CA, 0C and 74. RGB value is (202,12,116). Sum of RGB (Red+Green+Blue) = 202+12+116=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C74 is #35F38B. Grayscale: #505050. Windows color (decimal): -3535756 or 7605450. OLE color: 7605450.
HSL color Cylindrical-coordinate representation of color #CA0C74: hue angle of 327.16º degrees, saturation: 0.89, 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 #CA0C74 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.21 |
| HSL | 327.16º | 0.89% | 0.42% | - |
| HSV(B) | 327.16º | 0.94% | 0.79% | - |
| XYZ | 27.64 | 14.08 | 17.78 | - |
| YUV | 80.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 116 | 0 | 0.94 | 0.43 | 0.21 | 327.16 | 0.89 | 0.42 |
| Hex | CA | C | 74 | 0 | 5E | 2B | 15 | 147 | 59 | 2A |
| Octal | 312 | 14 | 164 | 0 | 136 | 53 | 25 | 507 | 131 | 52 |
| Binary | 11001010 | 1100 | 1110100 | 0 | 1011110 | 101011 | 10101 | 101000111 | 1011001 | 101010 |
Color Harmonies of #CA0C74
Complementary color
Monochromatic Colors of #CA0C74
Black with #CA0C74
Text Example
Text Example
White with #CA0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C74; }
p { color: rgb(202,12,116); }
H1.HeaderClassName
{
color: #CA0C74;
}
.AnyTagClassName
{
color: #CA0C74;
}
</style>
background-color css
<style>
a { background-color: #CA0C74; }
a { background-color: rgb(202,12,116); }
div.DivClassName
{
background-color: #CA0C74;
}
.BgClassName
{
background-color: #CA0C74;
}
</style>
border-color css
<style>
span { border-color: #CA0C74; }
span { border-color: rgb(202,12,116); }
td.TdClassName
{
border-color: #CA0C74;
}
.TagClassName
{
border-color: #CA0C74;
}
</style>