Shades of Medium Violet Red #CA13A6
Tints of Medium Violet Red #CA13A6
RGB
CMYK
RGB Variations
Color information
#CA13A6 (or 0xCA13A6) is known color: Medium Violet Red. HEX triplet: CA, 13 and A6. RGB value is (202,19,166). Sum of RGB (Red+Green+Blue) = 202+19+166=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13A6 is #35EC59. Grayscale: #5A5A5A. Windows color (decimal): -3533914 or 10884042. OLE color: 10884042.
HSL color Cylindrical-coordinate representation of color #CA13A6: hue angle of 311.8º 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 #CA13A6 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 166 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.21 |
| HSL | 311.8º | 0.83% | 0.43% | - |
| HSV(B) | 311.8º | 0.91% | 0.79% | - |
| XYZ | 31.47 | 15.78 | 37.46 | - |
| YUV | 90.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 166 | 0 | 0.91 | 0.18 | 0.21 | 311.8 | 0.83 | 0.43 |
| Hex | CA | 13 | A6 | 0 | 5B | 12 | 15 | 138 | 53 | 2B |
| Octal | 312 | 23 | 246 | 0 | 133 | 22 | 25 | 470 | 123 | 53 |
| Binary | 11001010 | 10011 | 10100110 | 0 | 1011011 | 10010 | 10101 | 100111000 | 1010011 | 101011 |
Color Harmonies of #CA13A6
Complementary color
Monochromatic Colors of #CA13A6
Black with #CA13A6
Text Example
Text Example
White with #CA13A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13A6; }
p { color: rgb(202,19,166); }
H1.HeaderClassName
{
color: #CA13A6;
}
.AnyTagClassName
{
color: #CA13A6;
}
</style>
background-color css
<style>
a { background-color: #CA13A6; }
a { background-color: rgb(202,19,166); }
div.DivClassName
{
background-color: #CA13A6;
}
.BgClassName
{
background-color: #CA13A6;
}
</style>
border-color css
<style>
span { border-color: #CA13A6; }
span { border-color: rgb(202,19,166); }
td.TdClassName
{
border-color: #CA13A6;
}
.TagClassName
{
border-color: #CA13A6;
}
</style>