Shades of Medium Violet Red #CA1385
Tints of Medium Violet Red #CA1385
RGB
CMYK
RGB Variations
Color information
#CA1385 (or 0xCA1385) is known color: Medium Violet Red. HEX triplet: CA, 13 and 85. RGB value is (202,19,133). Sum of RGB (Red+Green+Blue) = 202+19+133=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1385 is #35EC7A. Grayscale: #565656. Windows color (decimal): -3533947 or 8721354. OLE color: 8721354.
HSL color Cylindrical-coordinate representation of color #CA1385: hue angle of 322.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1385 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.21 |
| HSL | 322.62º | 0.83% | 0.43% | - |
| HSV(B) | 322.62º | 0.91% | 0.79% | - |
| XYZ | 28.82 | 14.72 | 23.51 | - |
| YUV | 86.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 133 | 0 | 0.91 | 0.34 | 0.21 | 322.62 | 0.83 | 0.43 |
| Hex | CA | 13 | 85 | 0 | 5B | 22 | 15 | 143 | 53 | 2B |
| Octal | 312 | 23 | 205 | 0 | 133 | 42 | 25 | 503 | 123 | 53 |
| Binary | 11001010 | 10011 | 10000101 | 0 | 1011011 | 100010 | 10101 | 101000011 | 1010011 | 101011 |
Color Harmonies of #CA1385
Complementary color
Monochromatic Colors of #CA1385
Black with #CA1385
Text Example
Text Example
White with #CA1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1385; }
p { color: rgb(202,19,133); }
H1.HeaderClassName
{
color: #CA1385;
}
.AnyTagClassName
{
color: #CA1385;
}
</style>
background-color css
<style>
a { background-color: #CA1385; }
a { background-color: rgb(202,19,133); }
div.DivClassName
{
background-color: #CA1385;
}
.BgClassName
{
background-color: #CA1385;
}
</style>
border-color css
<style>
span { border-color: #CA1385; }
span { border-color: rgb(202,19,133); }
td.TdClassName
{
border-color: #CA1385;
}
.TagClassName
{
border-color: #CA1385;
}
</style>