Shades of Medium Violet Red #CA1891
Tints of Medium Violet Red #CA1891
RGB
CMYK
RGB Variations
Color information
#CA1891 (or 0xCA1891) is known color: Medium Violet Red. HEX triplet: CA, 18 and 91. RGB value is (202,24,145). Sum of RGB (Red+Green+Blue) = 202+24+145=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1891 is #35E76E. Grayscale: #5A5A5A. Windows color (decimal): -3532655 or 9509066. OLE color: 9509066.
HSL color Cylindrical-coordinate representation of color #CA1891: hue angle of 319.21º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1891 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.21 |
| HSL | 319.21º | 0.79% | 0.44% | - |
| HSV(B) | 319.21º | 0.88% | 0.79% | - |
| XYZ | 29.79 | 15.25 | 28.16 | - |
| YUV | 91.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 145 | 0 | 0.88 | 0.28 | 0.21 | 319.21 | 0.79 | 0.44 |
| Hex | CA | 18 | 91 | 0 | 58 | 1C | 15 | 13F | 4F | 2C |
| Octal | 312 | 30 | 221 | 0 | 130 | 34 | 25 | 477 | 117 | 54 |
| Binary | 11001010 | 11000 | 10010001 | 0 | 1011000 | 11100 | 10101 | 100111111 | 1001111 | 101100 |
Color Harmonies of #CA1891
Complementary color
Monochromatic Colors of #CA1891
Black with #CA1891
Text Example
Text Example
White with #CA1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1891; }
p { color: rgb(202,24,145); }
H1.HeaderClassName
{
color: #CA1891;
}
.AnyTagClassName
{
color: #CA1891;
}
</style>
background-color css
<style>
a { background-color: #CA1891; }
a { background-color: rgb(202,24,145); }
div.DivClassName
{
background-color: #CA1891;
}
.BgClassName
{
background-color: #CA1891;
}
</style>
border-color css
<style>
span { border-color: #CA1891; }
span { border-color: rgb(202,24,145); }
td.TdClassName
{
border-color: #CA1891;
}
.TagClassName
{
border-color: #CA1891;
}
</style>