Shades of Medium Violet Red #CA12A0
Tints of Medium Violet Red #CA12A0
RGB
CMYK
RGB Variations
Color information
#CA12A0 (or 0xCA12A0) is known color: Medium Violet Red. HEX triplet: CA, 12 and A0. RGB value is (202,18,160). Sum of RGB (Red+Green+Blue) = 202+18+160=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA12A0 is #35ED5F. Grayscale: #585858. Windows color (decimal): -3534176 or 10490570. OLE color: 10490570.
HSL color Cylindrical-coordinate representation of color #CA12A0: hue angle of 313.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12A0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 160 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.21 |
| HSL | 313.7º | 0.84% | 0.43% | - |
| HSV(B) | 313.7º | 0.91% | 0.79% | - |
| XYZ | 30.92 | 15.53 | 34.63 | - |
| YUV | 89.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 160 | 0 | 0.91 | 0.21 | 0.21 | 313.7 | 0.84 | 0.43 |
| Hex | CA | 12 | A0 | 0 | 5B | 15 | 15 | 13A | 54 | 2B |
| Octal | 312 | 22 | 240 | 0 | 133 | 25 | 25 | 472 | 124 | 53 |
| Binary | 11001010 | 10010 | 10100000 | 0 | 1011011 | 10101 | 10101 | 100111010 | 1010100 | 101011 |
Color Harmonies of #CA12A0
Complementary color
Monochromatic Colors of #CA12A0
Black with #CA12A0
Text Example
Text Example
White with #CA12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12A0; }
p { color: rgb(202,18,160); }
H1.HeaderClassName
{
color: #CA12A0;
}
.AnyTagClassName
{
color: #CA12A0;
}
</style>
background-color css
<style>
a { background-color: #CA12A0; }
a { background-color: rgb(202,18,160); }
div.DivClassName
{
background-color: #CA12A0;
}
.BgClassName
{
background-color: #CA12A0;
}
</style>
border-color css
<style>
span { border-color: #CA12A0; }
span { border-color: rgb(202,18,160); }
td.TdClassName
{
border-color: #CA12A0;
}
.TagClassName
{
border-color: #CA12A0;
}
</style>