Shades of Medium Violet Red #CA10A6
Tints of Medium Violet Red #CA10A6
RGB
CMYK
RGB Variations
Color information
#CA10A6 (or 0xCA10A6) is known color: Medium Violet Red. HEX triplet: CA, 10 and A6. RGB value is (202,16,166). Sum of RGB (Red+Green+Blue) = 202+16+166=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10A6 is #35EF59. Grayscale: #585858. Windows color (decimal): -3534682 or 10883274. OLE color: 10883274.
HSL color Cylindrical-coordinate representation of color #CA10A6: hue angle of 311.61º degrees, saturation: 0.85, 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 #CA10A6 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 166 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.21 |
| HSL | 311.61º | 0.85% | 0.43% | - |
| HSV(B) | 311.61º | 0.92% | 0.79% | - |
| XYZ | 31.43 | 15.68 | 37.45 | - |
| YUV | 88.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 166 | 0 | 0.92 | 0.18 | 0.21 | 311.61 | 0.85 | 0.43 |
| Hex | CA | 10 | A6 | 0 | 5C | 12 | 15 | 138 | 55 | 2B |
| Octal | 312 | 20 | 246 | 0 | 134 | 22 | 25 | 470 | 125 | 53 |
| Binary | 11001010 | 10000 | 10100110 | 0 | 1011100 | 10010 | 10101 | 100111000 | 1010101 | 101011 |
Color Harmonies of #CA10A6
Complementary color
Monochromatic Colors of #CA10A6
Black with #CA10A6
Text Example
Text Example
White with #CA10A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10A6; }
p { color: rgb(202,16,166); }
H1.HeaderClassName
{
color: #CA10A6;
}
.AnyTagClassName
{
color: #CA10A6;
}
</style>
background-color css
<style>
a { background-color: #CA10A6; }
a { background-color: rgb(202,16,166); }
div.DivClassName
{
background-color: #CA10A6;
}
.BgClassName
{
background-color: #CA10A6;
}
</style>
border-color css
<style>
span { border-color: #CA10A6; }
span { border-color: rgb(202,16,166); }
td.TdClassName
{
border-color: #CA10A6;
}
.TagClassName
{
border-color: #CA10A6;
}
</style>