Shades of Medium Violet Red #CA11A8
Tints of Medium Violet Red #CA11A8
RGB
CMYK
RGB Variations
Color information
#CA11A8 (or 0xCA11A8) is known color: Medium Violet Red. HEX triplet: CA, 11 and A8. RGB value is (202,17,168). Sum of RGB (Red+Green+Blue) = 202+17+168=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA11A8 is #35EE57. Grayscale: #595959. Windows color (decimal): -3534424 or 11014602. OLE color: 11014602.
HSL color Cylindrical-coordinate representation of color #CA11A8: hue angle of 311.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11A8 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 168 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.21 |
| HSL | 311.03º | 0.84% | 0.43% | - |
| HSV(B) | 311.03º | 0.92% | 0.79% | - |
| XYZ | 31.63 | 15.78 | 38.43 | - |
| YUV | 89.53 | 172.29 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 168 | 0 | 0.92 | 0.17 | 0.21 | 311.03 | 0.84 | 0.43 |
| Hex | CA | 11 | A8 | 0 | 5C | 11 | 15 | 137 | 54 | 2B |
| Octal | 312 | 21 | 250 | 0 | 134 | 21 | 25 | 467 | 124 | 53 |
| Binary | 11001010 | 10001 | 10101000 | 0 | 1011100 | 10001 | 10101 | 100110111 | 1010100 | 101011 |
Color Harmonies of #CA11A8
Complementary color
Monochromatic Colors of #CA11A8
Black with #CA11A8
Text Example
Text Example
White with #CA11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11A8; }
p { color: rgb(202,17,168); }
H1.HeaderClassName
{
color: #CA11A8;
}
.AnyTagClassName
{
color: #CA11A8;
}
</style>
background-color css
<style>
a { background-color: #CA11A8; }
a { background-color: rgb(202,17,168); }
div.DivClassName
{
background-color: #CA11A8;
}
.BgClassName
{
background-color: #CA11A8;
}
</style>
border-color css
<style>
span { border-color: #CA11A8; }
span { border-color: rgb(202,17,168); }
td.TdClassName
{
border-color: #CA11A8;
}
.TagClassName
{
border-color: #CA11A8;
}
</style>