Shades of Medium Violet Red #CA0E6D
Tints of Medium Violet Red #CA0E6D
RGB
CMYK
RGB Variations
Color information
#CA0E6D (or 0xCA0E6D) is known color: Medium Violet Red. HEX triplet: CA, 0E and 6D. RGB value is (202,14,109). Sum of RGB (Red+Green+Blue) = 202+14+109=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E6D is #35F192. Grayscale: #505050. Windows color (decimal): -3535251 or 7147210. OLE color: 7147210.
HSL color Cylindrical-coordinate representation of color #CA0E6D: hue angle of 329.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E6D is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 109 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.21 |
| HSL | 329.68º | 0.87% | 0.42% | - |
| HSV(B) | 329.68º | 0.93% | 0.79% | - |
| XYZ | 27.27 | 13.97 | 15.73 | - |
| YUV | 81.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 109 | 0 | 0.93 | 0.46 | 0.21 | 329.68 | 0.87 | 0.42 |
| Hex | CA | E | 6D | 0 | 5D | 2E | 15 | 14A | 57 | 2A |
| Octal | 312 | 16 | 155 | 0 | 135 | 56 | 25 | 512 | 127 | 52 |
| Binary | 11001010 | 1110 | 1101101 | 0 | 1011101 | 101110 | 10101 | 101001010 | 1010111 | 101010 |
Color Harmonies of #CA0E6D
Complementary color
Monochromatic Colors of #CA0E6D
Black with #CA0E6D
Text Example
Text Example
White with #CA0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0E6D; }
p { color: rgb(202,14,109); }
H1.HeaderClassName
{
color: #CA0E6D;
}
.AnyTagClassName
{
color: #CA0E6D;
}
</style>
background-color css
<style>
a { background-color: #CA0E6D; }
a { background-color: rgb(202,14,109); }
div.DivClassName
{
background-color: #CA0E6D;
}
.BgClassName
{
background-color: #CA0E6D;
}
</style>
border-color css
<style>
span { border-color: #CA0E6D; }
span { border-color: rgb(202,14,109); }
td.TdClassName
{
border-color: #CA0E6D;
}
.TagClassName
{
border-color: #CA0E6D;
}
</style>