Shades of Medium Violet Red #CA14A0
Tints of Medium Violet Red #CA14A0
RGB
CMYK
RGB Variations
Color information
#CA14A0 (or 0xCA14A0) is known color: Medium Violet Red. HEX triplet: CA, 14 and A0. RGB value is (202,20,160). Sum of RGB (Red+Green+Blue) = 202+20+160=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14A0 is #35EB5F. Grayscale: #5A5A5A. Windows color (decimal): -3533664 or 10491082. OLE color: 10491082.
HSL color Cylindrical-coordinate representation of color #CA14A0: hue angle of 313.85º 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 #CA14A0 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 160 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.21 |
| HSL | 313.85º | 0.82% | 0.44% | - |
| HSV(B) | 313.85º | 0.9% | 0.79% | - |
| XYZ | 30.95 | 15.59 | 34.64 | - |
| YUV | 90.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 160 | 0 | 0.90 | 0.21 | 0.21 | 313.85 | 0.82 | 0.44 |
| Hex | CA | 14 | A0 | 0 | 5A | 15 | 15 | 13A | 52 | 2C |
| Octal | 312 | 24 | 240 | 0 | 132 | 25 | 25 | 472 | 122 | 54 |
| Binary | 11001010 | 10100 | 10100000 | 0 | 1011010 | 10101 | 10101 | 100111010 | 1010010 | 101100 |
Color Harmonies of #CA14A0
Complementary color
Monochromatic Colors of #CA14A0
Black with #CA14A0
Text Example
Text Example
White with #CA14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14A0; }
p { color: rgb(202,20,160); }
H1.HeaderClassName
{
color: #CA14A0;
}
.AnyTagClassName
{
color: #CA14A0;
}
</style>
background-color css
<style>
a { background-color: #CA14A0; }
a { background-color: rgb(202,20,160); }
div.DivClassName
{
background-color: #CA14A0;
}
.BgClassName
{
background-color: #CA14A0;
}
</style>
border-color css
<style>
span { border-color: #CA14A0; }
span { border-color: rgb(202,20,160); }
td.TdClassName
{
border-color: #CA14A0;
}
.TagClassName
{
border-color: #CA14A0;
}
</style>