Shades of Medium Violet Red #CA14A2
Tints of Medium Violet Red #CA14A2
RGB
CMYK
RGB Variations
Color information
#CA14A2 (or 0xCA14A2) is known color: Medium Violet Red. HEX triplet: CA, 14 and A2. RGB value is (202,20,162). Sum of RGB (Red+Green+Blue) = 202+20+162=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14A2 is #35EB5D. Grayscale: #5A5A5A. Windows color (decimal): -3533662 or 10622154. OLE color: 10622154.
HSL color Cylindrical-coordinate representation of color #CA14A2: hue angle of 313.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14A2 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 162 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.21 |
| HSL | 313.19º | 0.82% | 0.44% | - |
| HSV(B) | 313.19º | 0.9% | 0.79% | - |
| XYZ | 31.13 | 15.67 | 35.57 | - |
| YUV | 90.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 162 | 0 | 0.90 | 0.20 | 0.21 | 313.19 | 0.82 | 0.44 |
| Hex | CA | 14 | A2 | 0 | 5A | 14 | 15 | 139 | 52 | 2C |
| Octal | 312 | 24 | 242 | 0 | 132 | 24 | 25 | 471 | 122 | 54 |
| Binary | 11001010 | 10100 | 10100010 | 0 | 1011010 | 10100 | 10101 | 100111001 | 1010010 | 101100 |
Color Harmonies of #CA14A2
Complementary color
Monochromatic Colors of #CA14A2
Black with #CA14A2
Text Example
Text Example
White with #CA14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14A2; }
p { color: rgb(202,20,162); }
H1.HeaderClassName
{
color: #CA14A2;
}
.AnyTagClassName
{
color: #CA14A2;
}
</style>
background-color css
<style>
a { background-color: #CA14A2; }
a { background-color: rgb(202,20,162); }
div.DivClassName
{
background-color: #CA14A2;
}
.BgClassName
{
background-color: #CA14A2;
}
</style>
border-color css
<style>
span { border-color: #CA14A2; }
span { border-color: rgb(202,20,162); }
td.TdClassName
{
border-color: #CA14A2;
}
.TagClassName
{
border-color: #CA14A2;
}
</style>