Shades of Medium Violet Red #CA1387
Tints of Medium Violet Red #CA1387
RGB
CMYK
RGB Variations
Color information
#CA1387 (or 0xCA1387) is known color: Medium Violet Red. HEX triplet: CA, 13 and 87. RGB value is (202,19,135). Sum of RGB (Red+Green+Blue) = 202+19+135=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1387 is #35EC78. Grayscale: #565656. Windows color (decimal): -3533945 or 8852426. OLE color: 8852426.
HSL color Cylindrical-coordinate representation of color #CA1387: hue angle of 321.97º 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 #CA1387 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.21 |
| HSL | 321.97º | 0.83% | 0.43% | - |
| HSV(B) | 321.97º | 0.91% | 0.79% | - |
| XYZ | 28.96 | 14.77 | 24.25 | - |
| YUV | 86.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 135 | 0 | 0.91 | 0.33 | 0.21 | 321.97 | 0.83 | 0.43 |
| Hex | CA | 13 | 87 | 0 | 5B | 21 | 15 | 142 | 53 | 2B |
| Octal | 312 | 23 | 207 | 0 | 133 | 41 | 25 | 502 | 123 | 53 |
| Binary | 11001010 | 10011 | 10000111 | 0 | 1011011 | 100001 | 10101 | 101000010 | 1010011 | 101011 |
Color Harmonies of #CA1387
Complementary color
Monochromatic Colors of #CA1387
Black with #CA1387
Text Example
Text Example
White with #CA1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1387; }
p { color: rgb(202,19,135); }
H1.HeaderClassName
{
color: #CA1387;
}
.AnyTagClassName
{
color: #CA1387;
}
</style>
background-color css
<style>
a { background-color: #CA1387; }
a { background-color: rgb(202,19,135); }
div.DivClassName
{
background-color: #CA1387;
}
.BgClassName
{
background-color: #CA1387;
}
</style>
border-color css
<style>
span { border-color: #CA1387; }
span { border-color: rgb(202,19,135); }
td.TdClassName
{
border-color: #CA1387;
}
.TagClassName
{
border-color: #CA1387;
}
</style>