Shades of Medium Violet Red #CA15A3
Tints of Medium Violet Red #CA15A3
RGB
CMYK
RGB Variations
Color information
#CA15A3 (or 0xCA15A3) is known color: Medium Violet Red. HEX triplet: CA, 15 and A3. RGB value is (202,21,163). Sum of RGB (Red+Green+Blue) = 202+21+163=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA15A3 is #35EA5C. Grayscale: #5A5A5A. Windows color (decimal): -3533405 or 10687946. OLE color: 10687946.
HSL color Cylindrical-coordinate representation of color #CA15A3: hue angle of 312.93º degrees, saturation: 0.81, 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 #CA15A3 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 163 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.21 |
| HSL | 312.93º | 0.81% | 0.44% | - |
| HSV(B) | 312.93º | 0.9% | 0.79% | - |
| XYZ | 31.24 | 15.74 | 36.04 | - |
| YUV | 91.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 163 | 0 | 0.90 | 0.19 | 0.21 | 312.93 | 0.81 | 0.44 |
| Hex | CA | 15 | A3 | 0 | 5A | 13 | 15 | 139 | 51 | 2C |
| Octal | 312 | 25 | 243 | 0 | 132 | 23 | 25 | 471 | 121 | 54 |
| Binary | 11001010 | 10101 | 10100011 | 0 | 1011010 | 10011 | 10101 | 100111001 | 1010001 | 101100 |
Color Harmonies of #CA15A3
Complementary color
Monochromatic Colors of #CA15A3
Black with #CA15A3
Text Example
Text Example
White with #CA15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15A3; }
p { color: rgb(202,21,163); }
H1.HeaderClassName
{
color: #CA15A3;
}
.AnyTagClassName
{
color: #CA15A3;
}
</style>
background-color css
<style>
a { background-color: #CA15A3; }
a { background-color: rgb(202,21,163); }
div.DivClassName
{
background-color: #CA15A3;
}
.BgClassName
{
background-color: #CA15A3;
}
</style>
border-color css
<style>
span { border-color: #CA15A3; }
span { border-color: rgb(202,21,163); }
td.TdClassName
{
border-color: #CA15A3;
}
.TagClassName
{
border-color: #CA15A3;
}
</style>