Shades of Medium Violet Red #CA13A8
Tints of Medium Violet Red #CA13A8
RGB
CMYK
RGB Variations
Color information
#CA13A8 (or 0xCA13A8) is known color: Medium Violet Red. HEX triplet: CA, 13 and A8. RGB value is (202,19,168). Sum of RGB (Red+Green+Blue) = 202+19+168=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13A8 is #35EC57. Grayscale: #5A5A5A. Windows color (decimal): -3533912 or 11015114. OLE color: 11015114.
HSL color Cylindrical-coordinate representation of color #CA13A8: hue angle of 311.15º degrees, saturation: 0.83, 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 #CA13A8 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 168 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.21 |
| HSL | 311.15º | 0.83% | 0.43% | - |
| HSV(B) | 311.15º | 0.91% | 0.79% | - |
| XYZ | 31.66 | 15.85 | 38.44 | - |
| YUV | 90.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 168 | 0 | 0.91 | 0.17 | 0.21 | 311.15 | 0.83 | 0.43 |
| Hex | CA | 13 | A8 | 0 | 5B | 11 | 15 | 137 | 53 | 2B |
| Octal | 312 | 23 | 250 | 0 | 133 | 21 | 25 | 467 | 123 | 53 |
| Binary | 11001010 | 10011 | 10101000 | 0 | 1011011 | 10001 | 10101 | 100110111 | 1010011 | 101011 |
Color Harmonies of #CA13A8
Complementary color
Monochromatic Colors of #CA13A8
Black with #CA13A8
Text Example
Text Example
White with #CA13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13A8; }
p { color: rgb(202,19,168); }
H1.HeaderClassName
{
color: #CA13A8;
}
.AnyTagClassName
{
color: #CA13A8;
}
</style>
background-color css
<style>
a { background-color: #CA13A8; }
a { background-color: rgb(202,19,168); }
div.DivClassName
{
background-color: #CA13A8;
}
.BgClassName
{
background-color: #CA13A8;
}
</style>
border-color css
<style>
span { border-color: #CA13A8; }
span { border-color: rgb(202,19,168); }
td.TdClassName
{
border-color: #CA13A8;
}
.TagClassName
{
border-color: #CA13A8;
}
</style>