Shades of Medium Violet Red #CA1785
Tints of Medium Violet Red #CA1785
RGB
CMYK
RGB Variations
Color information
#CA1785 (or 0xCA1785) is known color: Medium Violet Red. HEX triplet: CA, 17 and 85. RGB value is (202,23,133). Sum of RGB (Red+Green+Blue) = 202+23+133=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1785 is #35E87A. Grayscale: #585858. Windows color (decimal): -3532923 or 8722378. OLE color: 8722378.
HSL color Cylindrical-coordinate representation of color #CA1785: hue angle of 323.13º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1785 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 133 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.21 |
| HSL | 323.13º | 0.8% | 0.44% | - |
| HSV(B) | 323.13º | 0.89% | 0.79% | - |
| XYZ | 28.9 | 14.86 | 23.54 | - |
| YUV | 89.06 | 152.8 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 133 | 0 | 0.89 | 0.34 | 0.21 | 323.13 | 0.8 | 0.44 |
| Hex | CA | 17 | 85 | 0 | 59 | 22 | 15 | 143 | 50 | 2C |
| Octal | 312 | 27 | 205 | 0 | 131 | 42 | 25 | 503 | 120 | 54 |
| Binary | 11001010 | 10111 | 10000101 | 0 | 1011001 | 100010 | 10101 | 101000011 | 1010000 | 101100 |
Color Harmonies of #CA1785
Complementary color
Monochromatic Colors of #CA1785
Black with #CA1785
Text Example
Text Example
White with #CA1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1785; }
p { color: rgb(202,23,133); }
H1.HeaderClassName
{
color: #CA1785;
}
.AnyTagClassName
{
color: #CA1785;
}
</style>
background-color css
<style>
a { background-color: #CA1785; }
a { background-color: rgb(202,23,133); }
div.DivClassName
{
background-color: #CA1785;
}
.BgClassName
{
background-color: #CA1785;
}
</style>
border-color css
<style>
span { border-color: #CA1785; }
span { border-color: rgb(202,23,133); }
td.TdClassName
{
border-color: #CA1785;
}
.TagClassName
{
border-color: #CA1785;
}
</style>