Shades of Medium Violet Red #CA0DA0
Tints of Medium Violet Red #CA0DA0
RGB
CMYK
RGB Variations
Color information
#CA0DA0 (or 0xCA0DA0) is known color: Medium Violet Red. HEX triplet: CA, 0D and A0. RGB value is (202,13,160). Sum of RGB (Red+Green+Blue) = 202+13+160=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0DA0 is #35F25F. Grayscale: #555555. Windows color (decimal): -3535456 or 10489290. OLE color: 10489290.
HSL color Cylindrical-coordinate representation of color #CA0DA0: hue angle of 313.33º 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 #CA0DA0 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 160 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.21 |
| HSL | 313.33º | 0.88% | 0.42% | - |
| HSV(B) | 313.33º | 0.94% | 0.79% | - |
| XYZ | 30.85 | 15.38 | 34.6 | - |
| YUV | 86.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 160 | 0 | 0.94 | 0.21 | 0.21 | 313.33 | 0.88 | 0.42 |
| Hex | CA | D | A0 | 0 | 5E | 15 | 15 | 139 | 58 | 2A |
| Octal | 312 | 15 | 240 | 0 | 136 | 25 | 25 | 471 | 130 | 52 |
| Binary | 11001010 | 1101 | 10100000 | 0 | 1011110 | 10101 | 10101 | 100111001 | 1011000 | 101010 |
Color Harmonies of #CA0DA0
Complementary color
Monochromatic Colors of #CA0DA0
Black with #CA0DA0
Text Example
Text Example
White with #CA0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DA0; }
p { color: rgb(202,13,160); }
H1.HeaderClassName
{
color: #CA0DA0;
}
.AnyTagClassName
{
color: #CA0DA0;
}
</style>
background-color css
<style>
a { background-color: #CA0DA0; }
a { background-color: rgb(202,13,160); }
div.DivClassName
{
background-color: #CA0DA0;
}
.BgClassName
{
background-color: #CA0DA0;
}
</style>
border-color css
<style>
span { border-color: #CA0DA0; }
span { border-color: rgb(202,13,160); }
td.TdClassName
{
border-color: #CA0DA0;
}
.TagClassName
{
border-color: #CA0DA0;
}
</style>