Shades of Medium Violet Red #CA0D9E
Tints of Medium Violet Red #CA0D9E
RGB
CMYK
RGB Variations
Color information
#CA0D9E (or 0xCA0D9E) is known color: Medium Violet Red. HEX triplet: CA, 0D and 9E. RGB value is (202,13,158). Sum of RGB (Red+Green+Blue) = 202+13+158=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D9E is #35F261. Grayscale: #555555. Windows color (decimal): -3535458 or 10358218. OLE color: 10358218.
HSL color Cylindrical-coordinate representation of color #CA0D9E: hue angle of 313.97º 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 #CA0D9E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.21 |
| HSL | 313.97º | 0.88% | 0.42% | - |
| HSV(B) | 313.97º | 0.94% | 0.79% | - |
| XYZ | 30.67 | 15.31 | 33.69 | - |
| YUV | 86.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 158 | 0 | 0.94 | 0.22 | 0.21 | 313.97 | 0.88 | 0.42 |
| Hex | CA | D | 9E | 0 | 5E | 16 | 15 | 13A | 58 | 2A |
| Octal | 312 | 15 | 236 | 0 | 136 | 26 | 25 | 472 | 130 | 52 |
| Binary | 11001010 | 1101 | 10011110 | 0 | 1011110 | 10110 | 10101 | 100111010 | 1011000 | 101010 |
Color Harmonies of #CA0D9E
Complementary color
Monochromatic Colors of #CA0D9E
Black with #CA0D9E
Text Example
Text Example
White with #CA0D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D9E; }
p { color: rgb(202,13,158); }
H1.HeaderClassName
{
color: #CA0D9E;
}
.AnyTagClassName
{
color: #CA0D9E;
}
</style>
background-color css
<style>
a { background-color: #CA0D9E; }
a { background-color: rgb(202,13,158); }
div.DivClassName
{
background-color: #CA0D9E;
}
.BgClassName
{
background-color: #CA0D9E;
}
</style>
border-color css
<style>
span { border-color: #CA0D9E; }
span { border-color: rgb(202,13,158); }
td.TdClassName
{
border-color: #CA0D9E;
}
.TagClassName
{
border-color: #CA0D9E;
}
</style>