Shades of Medium Violet Red #CA2685
Tints of Medium Violet Red #CA2685
RGB
CMYK
RGB Variations
Color information
#CA2685 (or 0xCA2685) is known color: Medium Violet Red. HEX triplet: CA, 26 and 85. RGB value is (202,38,133). Sum of RGB (Red+Green+Blue) = 202+38+133=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2685 is #35D97A. Grayscale: #616161. Windows color (decimal): -3529083 or 8726218. OLE color: 8726218.
HSL color Cylindrical-coordinate representation of color #CA2685: hue angle of 325.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2685 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 133 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.21 |
| HSL | 325.24º | 0.68% | 0.47% | - |
| HSV(B) | 325.24º | 0.81% | 0.79% | - |
| XYZ | 29.28 | 15.64 | 23.66 | - |
| YUV | 97.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 133 | 0 | 0.81 | 0.34 | 0.21 | 325.24 | 0.68 | 0.47 |
| Hex | CA | 26 | 85 | 0 | 51 | 22 | 15 | 145 | 44 | 2F |
| Octal | 312 | 46 | 205 | 0 | 121 | 42 | 25 | 505 | 104 | 57 |
| Binary | 11001010 | 100110 | 10000101 | 0 | 1010001 | 100010 | 10101 | 101000101 | 1000100 | 101111 |
Color Harmonies of #CA2685
Complementary color
Monochromatic Colors of #CA2685
Black with #CA2685
Text Example
Text Example
White with #CA2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2685; }
p { color: rgb(202,38,133); }
H1.HeaderClassName
{
color: #CA2685;
}
.AnyTagClassName
{
color: #CA2685;
}
</style>
background-color css
<style>
a { background-color: #CA2685; }
a { background-color: rgb(202,38,133); }
div.DivClassName
{
background-color: #CA2685;
}
.BgClassName
{
background-color: #CA2685;
}
</style>
border-color css
<style>
span { border-color: #CA2685; }
span { border-color: rgb(202,38,133); }
td.TdClassName
{
border-color: #CA2685;
}
.TagClassName
{
border-color: #CA2685;
}
</style>