Shades of Medium Violet Red #CA1386
Tints of Medium Violet Red #CA1386
RGB
CMYK
RGB Variations
Color information
#CA1386 (or 0xCA1386) is known color: Medium Violet Red. HEX triplet: CA, 13 and 86. RGB value is (202,19,134). Sum of RGB (Red+Green+Blue) = 202+19+134=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1386 is #35EC79. Grayscale: #565656. Windows color (decimal): -3533946 or 8786890. OLE color: 8786890.
HSL color Cylindrical-coordinate representation of color #CA1386: hue angle of 322.3º 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 #CA1386 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 134 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.21 |
| HSL | 322.3º | 0.83% | 0.43% | - |
| HSV(B) | 322.3º | 0.91% | 0.79% | - |
| XYZ | 28.89 | 14.74 | 23.88 | - |
| YUV | 86.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 134 | 0 | 0.91 | 0.34 | 0.21 | 322.3 | 0.83 | 0.43 |
| Hex | CA | 13 | 86 | 0 | 5B | 22 | 15 | 142 | 53 | 2B |
| Octal | 312 | 23 | 206 | 0 | 133 | 42 | 25 | 502 | 123 | 53 |
| Binary | 11001010 | 10011 | 10000110 | 0 | 1011011 | 100010 | 10101 | 101000010 | 1010011 | 101011 |
Color Harmonies of #CA1386
Complementary color
Monochromatic Colors of #CA1386
Black with #CA1386
Text Example
Text Example
White with #CA1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1386; }
p { color: rgb(202,19,134); }
H1.HeaderClassName
{
color: #CA1386;
}
.AnyTagClassName
{
color: #CA1386;
}
</style>
background-color css
<style>
a { background-color: #CA1386; }
a { background-color: rgb(202,19,134); }
div.DivClassName
{
background-color: #CA1386;
}
.BgClassName
{
background-color: #CA1386;
}
</style>
border-color css
<style>
span { border-color: #CA1386; }
span { border-color: rgb(202,19,134); }
td.TdClassName
{
border-color: #CA1386;
}
.TagClassName
{
border-color: #CA1386;
}
</style>