Shades of Medium Violet Red #CA10A9
Tints of Medium Violet Red #CA10A9
RGB
CMYK
RGB Variations
Color information
#CA10A9 (or 0xCA10A9) is known color: Medium Violet Red. HEX triplet: CA, 10 and A9. RGB value is (202,16,169). Sum of RGB (Red+Green+Blue) = 202+16+169=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA10A9 is #35EF56. Grayscale: #585858. Windows color (decimal): -3534679 or 11079882. OLE color: 11079882.
HSL color Cylindrical-coordinate representation of color #CA10A9: hue angle of 310.65º 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 #CA10A9 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 169 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.21 |
| HSL | 310.65º | 0.85% | 0.43% | - |
| HSV(B) | 310.65º | 0.92% | 0.79% | - |
| XYZ | 31.7 | 15.79 | 38.91 | - |
| YUV | 89.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 169 | 0 | 0.92 | 0.16 | 0.21 | 310.65 | 0.85 | 0.43 |
| Hex | CA | 10 | A9 | 0 | 5C | 10 | 15 | 137 | 55 | 2B |
| Octal | 312 | 20 | 251 | 0 | 134 | 20 | 25 | 467 | 125 | 53 |
| Binary | 11001010 | 10000 | 10101001 | 0 | 1011100 | 10000 | 10101 | 100110111 | 1010101 | 101011 |
Color Harmonies of #CA10A9
Complementary color
Monochromatic Colors of #CA10A9
Black with #CA10A9
Text Example
Text Example
White with #CA10A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10A9; }
p { color: rgb(202,16,169); }
H1.HeaderClassName
{
color: #CA10A9;
}
.AnyTagClassName
{
color: #CA10A9;
}
</style>
background-color css
<style>
a { background-color: #CA10A9; }
a { background-color: rgb(202,16,169); }
div.DivClassName
{
background-color: #CA10A9;
}
.BgClassName
{
background-color: #CA10A9;
}
</style>
border-color css
<style>
span { border-color: #CA10A9; }
span { border-color: rgb(202,16,169); }
td.TdClassName
{
border-color: #CA10A9;
}
.TagClassName
{
border-color: #CA10A9;
}
</style>