Shades of Medium Violet Red #CA12A2
Tints of Medium Violet Red #CA12A2
RGB
CMYK
RGB Variations
Color information
#CA12A2 (or 0xCA12A2) is known color: Medium Violet Red. HEX triplet: CA, 12 and A2. RGB value is (202,18,162). Sum of RGB (Red+Green+Blue) = 202+18+162=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA12A2 is #35ED5D. Grayscale: #595959. Windows color (decimal): -3534174 or 10621642. OLE color: 10621642.
HSL color Cylindrical-coordinate representation of color #CA12A2: hue angle of 313.04º 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 #CA12A2 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 162 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.21 |
| HSL | 313.04º | 0.84% | 0.43% | - |
| HSV(B) | 313.04º | 0.91% | 0.79% | - |
| XYZ | 31.1 | 15.6 | 35.55 | - |
| YUV | 89.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 162 | 0 | 0.91 | 0.20 | 0.21 | 313.04 | 0.84 | 0.43 |
| Hex | CA | 12 | A2 | 0 | 5B | 14 | 15 | 139 | 54 | 2B |
| Octal | 312 | 22 | 242 | 0 | 133 | 24 | 25 | 471 | 124 | 53 |
| Binary | 11001010 | 10010 | 10100010 | 0 | 1011011 | 10100 | 10101 | 100111001 | 1010100 | 101011 |
Color Harmonies of #CA12A2
Complementary color
Monochromatic Colors of #CA12A2
Black with #CA12A2
Text Example
Text Example
White with #CA12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12A2; }
p { color: rgb(202,18,162); }
H1.HeaderClassName
{
color: #CA12A2;
}
.AnyTagClassName
{
color: #CA12A2;
}
</style>
background-color css
<style>
a { background-color: #CA12A2; }
a { background-color: rgb(202,18,162); }
div.DivClassName
{
background-color: #CA12A2;
}
.BgClassName
{
background-color: #CA12A2;
}
</style>
border-color css
<style>
span { border-color: #CA12A2; }
span { border-color: rgb(202,18,162); }
td.TdClassName
{
border-color: #CA12A2;
}
.TagClassName
{
border-color: #CA12A2;
}
</style>