Shades of Medium Violet Red #CA1895
Tints of Medium Violet Red #CA1895
RGB
CMYK
RGB Variations
Color information
#CA1895 (or 0xCA1895) is known color: Medium Violet Red. HEX triplet: CA, 18 and 95. RGB value is (202,24,149). Sum of RGB (Red+Green+Blue) = 202+24+149=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1895 is #35E76A. Grayscale: #5B5B5B. Windows color (decimal): -3532651 or 9771210. OLE color: 9771210.
HSL color Cylindrical-coordinate representation of color #CA1895: hue angle of 317.87º 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 #CA1895 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 149 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.21 |
| HSL | 317.87º | 0.79% | 0.44% | - |
| HSV(B) | 317.87º | 0.88% | 0.79% | - |
| XYZ | 30.11 | 15.38 | 29.82 | - |
| YUV | 91.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 149 | 0 | 0.88 | 0.26 | 0.21 | 317.87 | 0.79 | 0.44 |
| Hex | CA | 18 | 95 | 0 | 58 | 1A | 15 | 13E | 4F | 2C |
| Octal | 312 | 30 | 225 | 0 | 130 | 32 | 25 | 476 | 117 | 54 |
| Binary | 11001010 | 11000 | 10010101 | 0 | 1011000 | 11010 | 10101 | 100111110 | 1001111 | 101100 |
Color Harmonies of #CA1895
Complementary color
Monochromatic Colors of #CA1895
Black with #CA1895
Text Example
Text Example
White with #CA1895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1895; }
p { color: rgb(202,24,149); }
H1.HeaderClassName
{
color: #CA1895;
}
.AnyTagClassName
{
color: #CA1895;
}
</style>
background-color css
<style>
a { background-color: #CA1895; }
a { background-color: rgb(202,24,149); }
div.DivClassName
{
background-color: #CA1895;
}
.BgClassName
{
background-color: #CA1895;
}
</style>
border-color css
<style>
span { border-color: #CA1895; }
span { border-color: rgb(202,24,149); }
td.TdClassName
{
border-color: #CA1895;
}
.TagClassName
{
border-color: #CA1895;
}
</style>