Shades of Medium Violet Red #CA15AB
Tints of Medium Violet Red #CA15AB
RGB
CMYK
RGB Variations
Color information
#CA15AB (or 0xCA15AB) is known color: Medium Violet Red. HEX triplet: CA, 15 and AB. RGB value is (202,21,171). Sum of RGB (Red+Green+Blue) = 202+21+171=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA15AB is #35EA54. Grayscale: #5B5B5B. Windows color (decimal): -3533397 or 11212234. OLE color: 11212234.
HSL color Cylindrical-coordinate representation of color #CA15AB: hue angle of 310.28º 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 #CA15AB is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 171 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.21 |
| HSL | 310.28º | 0.81% | 0.44% | - |
| HSV(B) | 310.28º | 0.9% | 0.79% | - |
| XYZ | 31.98 | 16.03 | 39.94 | - |
| YUV | 92.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 171 | 0 | 0.90 | 0.15 | 0.21 | 310.28 | 0.81 | 0.44 |
| Hex | CA | 15 | AB | 0 | 5A | F | 15 | 136 | 51 | 2C |
| Octal | 312 | 25 | 253 | 0 | 132 | 17 | 25 | 466 | 121 | 54 |
| Binary | 11001010 | 10101 | 10101011 | 0 | 1011010 | 1111 | 10101 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CA15AB
Complementary color
Monochromatic Colors of #CA15AB
Black with #CA15AB
Text Example
Text Example
White with #CA15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15AB; }
p { color: rgb(202,21,171); }
H1.HeaderClassName
{
color: #CA15AB;
}
.AnyTagClassName
{
color: #CA15AB;
}
</style>
background-color css
<style>
a { background-color: #CA15AB; }
a { background-color: rgb(202,21,171); }
div.DivClassName
{
background-color: #CA15AB;
}
.BgClassName
{
background-color: #CA15AB;
}
</style>
border-color css
<style>
span { border-color: #CA15AB; }
span { border-color: rgb(202,21,171); }
td.TdClassName
{
border-color: #CA15AB;
}
.TagClassName
{
border-color: #CA15AB;
}
</style>