Shades of Medium Violet Red #CA19A6
Tints of Medium Violet Red #CA19A6
RGB
CMYK
RGB Variations
Color information
#CA19A6 (or 0xCA19A6) is known color: Medium Violet Red. HEX triplet: CA, 19 and A6. RGB value is (202,25,166). Sum of RGB (Red+Green+Blue) = 202+25+166=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA19A6 is #35E659. Grayscale: #5D5D5D. Windows color (decimal): -3532378 or 10885578. OLE color: 10885578.
HSL color Cylindrical-coordinate representation of color #CA19A6: hue angle of 312.2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19A6 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 166 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.21 |
| HSL | 312.2º | 0.78% | 0.45% | - |
| HSV(B) | 312.2º | 0.88% | 0.79% | - |
| XYZ | 31.59 | 16 | 37.5 | - |
| YUV | 94 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 166 | 0 | 0.88 | 0.18 | 0.21 | 312.2 | 0.78 | 0.45 |
| Hex | CA | 19 | A6 | 0 | 58 | 12 | 15 | 138 | 4E | 2D |
| Octal | 312 | 31 | 246 | 0 | 130 | 22 | 25 | 470 | 116 | 55 |
| Binary | 11001010 | 11001 | 10100110 | 0 | 1011000 | 10010 | 10101 | 100111000 | 1001110 | 101101 |
Color Harmonies of #CA19A6
Complementary color
Monochromatic Colors of #CA19A6
Black with #CA19A6
Text Example
Text Example
White with #CA19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19A6; }
p { color: rgb(202,25,166); }
H1.HeaderClassName
{
color: #CA19A6;
}
.AnyTagClassName
{
color: #CA19A6;
}
</style>
background-color css
<style>
a { background-color: #CA19A6; }
a { background-color: rgb(202,25,166); }
div.DivClassName
{
background-color: #CA19A6;
}
.BgClassName
{
background-color: #CA19A6;
}
</style>
border-color css
<style>
span { border-color: #CA19A6; }
span { border-color: rgb(202,25,166); }
td.TdClassName
{
border-color: #CA19A6;
}
.TagClassName
{
border-color: #CA19A6;
}
</style>