Shades of Medium Violet Red #CA2385
Tints of Medium Violet Red #CA2385
RGB
CMYK
RGB Variations
Color information
#CA2385 (or 0xCA2385) is known color: Medium Violet Red. HEX triplet: CA, 23 and 85. RGB value is (202,35,133). Sum of RGB (Red+Green+Blue) = 202+35+133=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2385 is #35DC7A. Grayscale: #5F5F5F. Windows color (decimal): -3529851 or 8725450. OLE color: 8725450.
HSL color Cylindrical-coordinate representation of color #CA2385: hue angle of 324.79º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2385 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 133 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.21 |
| HSL | 324.79º | 0.7% | 0.46% | - |
| HSV(B) | 324.79º | 0.83% | 0.79% | - |
| XYZ | 29.19 | 15.45 | 23.63 | - |
| YUV | 96.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 133 | 0 | 0.83 | 0.34 | 0.21 | 324.79 | 0.7 | 0.46 |
| Hex | CA | 23 | 85 | 0 | 53 | 22 | 15 | 145 | 46 | 2E |
| Octal | 312 | 43 | 205 | 0 | 123 | 42 | 25 | 505 | 106 | 56 |
| Binary | 11001010 | 100011 | 10000101 | 0 | 1010011 | 100010 | 10101 | 101000101 | 1000110 | 101110 |
Color Harmonies of #CA2385
Complementary color
Monochromatic Colors of #CA2385
Black with #CA2385
Text Example
Text Example
White with #CA2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2385; }
p { color: rgb(202,35,133); }
H1.HeaderClassName
{
color: #CA2385;
}
.AnyTagClassName
{
color: #CA2385;
}
</style>
background-color css
<style>
a { background-color: #CA2385; }
a { background-color: rgb(202,35,133); }
div.DivClassName
{
background-color: #CA2385;
}
.BgClassName
{
background-color: #CA2385;
}
</style>
border-color css
<style>
span { border-color: #CA2385; }
span { border-color: rgb(202,35,133); }
td.TdClassName
{
border-color: #CA2385;
}
.TagClassName
{
border-color: #CA2385;
}
</style>