Shades of Medium Violet Red #CA0DA6
Tints of Medium Violet Red #CA0DA6
RGB
CMYK
RGB Variations
Color information
#CA0DA6 (or 0xCA0DA6) is known color: Medium Violet Red. HEX triplet: CA, 0D and A6. RGB value is (202,13,166). Sum of RGB (Red+Green+Blue) = 202+13+166=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0DA6 is #35F259. Grayscale: #565656. Windows color (decimal): -3535450 or 10882506. OLE color: 10882506.
HSL color Cylindrical-coordinate representation of color #CA0DA6: hue angle of 311.43º 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 #CA0DA6 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 166 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.21 |
| HSL | 311.43º | 0.88% | 0.42% | - |
| HSV(B) | 311.43º | 0.94% | 0.79% | - |
| XYZ | 31.38 | 15.6 | 37.43 | - |
| YUV | 86.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 166 | 0 | 0.94 | 0.18 | 0.21 | 311.43 | 0.88 | 0.42 |
| Hex | CA | D | A6 | 0 | 5E | 12 | 15 | 137 | 58 | 2A |
| Octal | 312 | 15 | 246 | 0 | 136 | 22 | 25 | 467 | 130 | 52 |
| Binary | 11001010 | 1101 | 10100110 | 0 | 1011110 | 10010 | 10101 | 100110111 | 1011000 | 101010 |
Color Harmonies of #CA0DA6
Complementary color
Monochromatic Colors of #CA0DA6
Black with #CA0DA6
Text Example
Text Example
White with #CA0DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DA6; }
p { color: rgb(202,13,166); }
H1.HeaderClassName
{
color: #CA0DA6;
}
.AnyTagClassName
{
color: #CA0DA6;
}
</style>
background-color css
<style>
a { background-color: #CA0DA6; }
a { background-color: rgb(202,13,166); }
div.DivClassName
{
background-color: #CA0DA6;
}
.BgClassName
{
background-color: #CA0DA6;
}
</style>
border-color css
<style>
span { border-color: #CA0DA6; }
span { border-color: rgb(202,13,166); }
td.TdClassName
{
border-color: #CA0DA6;
}
.TagClassName
{
border-color: #CA0DA6;
}
</style>