Shades of Medium Violet Red #CA2085
Tints of Medium Violet Red #CA2085
RGB
CMYK
RGB Variations
Color information
#CA2085 (or 0xCA2085) is known color: Medium Violet Red. HEX triplet: CA, 20 and 85. RGB value is (202,32,133). Sum of RGB (Red+Green+Blue) = 202+32+133=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2085 is #35DF7A. Grayscale: #5E5E5E. Windows color (decimal): -3530619 or 8724682. OLE color: 8724682.
HSL color Cylindrical-coordinate representation of color #CA2085: hue angle of 324.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2085 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 133 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.21 |
| HSL | 324.35º | 0.73% | 0.46% | - |
| HSV(B) | 324.35º | 0.84% | 0.79% | - |
| XYZ | 29.11 | 15.28 | 23.61 | - |
| YUV | 94.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 133 | 0 | 0.84 | 0.34 | 0.21 | 324.35 | 0.73 | 0.46 |
| Hex | CA | 20 | 85 | 0 | 54 | 22 | 15 | 144 | 49 | 2E |
| Octal | 312 | 40 | 205 | 0 | 124 | 42 | 25 | 504 | 111 | 56 |
| Binary | 11001010 | 100000 | 10000101 | 0 | 1010100 | 100010 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CA2085
Complementary color
Monochromatic Colors of #CA2085
Black with #CA2085
Text Example
Text Example
White with #CA2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2085; }
p { color: rgb(202,32,133); }
H1.HeaderClassName
{
color: #CA2085;
}
.AnyTagClassName
{
color: #CA2085;
}
</style>
background-color css
<style>
a { background-color: #CA2085; }
a { background-color: rgb(202,32,133); }
div.DivClassName
{
background-color: #CA2085;
}
.BgClassName
{
background-color: #CA2085;
}
</style>
border-color css
<style>
span { border-color: #CA2085; }
span { border-color: rgb(202,32,133); }
td.TdClassName
{
border-color: #CA2085;
}
.TagClassName
{
border-color: #CA2085;
}
</style>