Shades of Medium Violet Red #CA0D9C
Tints of Medium Violet Red #CA0D9C
RGB
CMYK
RGB Variations
Color information
#CA0D9C (or 0xCA0D9C) is known color: Medium Violet Red. HEX triplet: CA, 0D and 9C. RGB value is (202,13,156). Sum of RGB (Red+Green+Blue) = 202+13+156=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D9C is #35F263. Grayscale: #555555. Windows color (decimal): -3535460 or 10227146. OLE color: 10227146.
HSL color Cylindrical-coordinate representation of color #CA0D9C: hue angle of 314.6º 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 #CA0D9C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.21 |
| HSL | 314.6º | 0.88% | 0.42% | - |
| HSV(B) | 314.6º | 0.94% | 0.79% | - |
| XYZ | 30.5 | 15.24 | 32.79 | - |
| YUV | 85.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 156 | 0 | 0.94 | 0.23 | 0.21 | 314.6 | 0.88 | 0.42 |
| Hex | CA | D | 9C | 0 | 5E | 17 | 15 | 13B | 58 | 2A |
| Octal | 312 | 15 | 234 | 0 | 136 | 27 | 25 | 473 | 130 | 52 |
| Binary | 11001010 | 1101 | 10011100 | 0 | 1011110 | 10111 | 10101 | 100111011 | 1011000 | 101010 |
Color Harmonies of #CA0D9C
Complementary color
Monochromatic Colors of #CA0D9C
Black with #CA0D9C
Text Example
Text Example
White with #CA0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D9C; }
p { color: rgb(202,13,156); }
H1.HeaderClassName
{
color: #CA0D9C;
}
.AnyTagClassName
{
color: #CA0D9C;
}
</style>
background-color css
<style>
a { background-color: #CA0D9C; }
a { background-color: rgb(202,13,156); }
div.DivClassName
{
background-color: #CA0D9C;
}
.BgClassName
{
background-color: #CA0D9C;
}
</style>
border-color css
<style>
span { border-color: #CA0D9C; }
span { border-color: rgb(202,13,156); }
td.TdClassName
{
border-color: #CA0D9C;
}
.TagClassName
{
border-color: #CA0D9C;
}
</style>