Shades of Medium Violet Red #CA0D8C
Tints of Medium Violet Red #CA0D8C
RGB
CMYK
RGB Variations
Color information
#CA0D8C (or 0xCA0D8C) is known color: Medium Violet Red. HEX triplet: CA, 0D and 8C. RGB value is (202,13,140). Sum of RGB (Red+Green+Blue) = 202+13+140=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0D8C is #35F273. Grayscale: #535353. Windows color (decimal): -3535476 or 9178570. OLE color: 9178570.
HSL color Cylindrical-coordinate representation of color #CA0D8C: hue angle of 319.68º 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 #CA0D8C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.21 |
| HSL | 319.68º | 0.88% | 0.42% | - |
| HSV(B) | 319.68º | 0.94% | 0.79% | - |
| XYZ | 29.23 | 14.74 | 26.11 | - |
| YUV | 83.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 140 | 0 | 0.94 | 0.31 | 0.21 | 319.68 | 0.88 | 0.42 |
| Hex | CA | D | 8C | 0 | 5E | 1F | 15 | 140 | 58 | 2A |
| Octal | 312 | 15 | 214 | 0 | 136 | 37 | 25 | 500 | 130 | 52 |
| Binary | 11001010 | 1101 | 10001100 | 0 | 1011110 | 11111 | 10101 | 101000000 | 1011000 | 101010 |
Color Harmonies of #CA0D8C
Complementary color
Monochromatic Colors of #CA0D8C
Black with #CA0D8C
Text Example
Text Example
White with #CA0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D8C; }
p { color: rgb(202,13,140); }
H1.HeaderClassName
{
color: #CA0D8C;
}
.AnyTagClassName
{
color: #CA0D8C;
}
</style>
background-color css
<style>
a { background-color: #CA0D8C; }
a { background-color: rgb(202,13,140); }
div.DivClassName
{
background-color: #CA0D8C;
}
.BgClassName
{
background-color: #CA0D8C;
}
</style>
border-color css
<style>
span { border-color: #CA0D8C; }
span { border-color: rgb(202,13,140); }
td.TdClassName
{
border-color: #CA0D8C;
}
.TagClassName
{
border-color: #CA0D8C;
}
</style>