Shades of Medium Violet Red #CA1892
Tints of Medium Violet Red #CA1892
RGB
CMYK
RGB Variations
Color information
#CA1892 (or 0xCA1892) is known color: Medium Violet Red. HEX triplet: CA, 18 and 92. RGB value is (202,24,146). Sum of RGB (Red+Green+Blue) = 202+24+146=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1892 is #35E76D. Grayscale: #5A5A5A. Windows color (decimal): -3532654 or 9574602. OLE color: 9574602.
HSL color Cylindrical-coordinate representation of color #CA1892: hue angle of 318.88º 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 #CA1892 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 146 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.21 |
| HSL | 318.88º | 0.79% | 0.44% | - |
| HSV(B) | 318.88º | 0.88% | 0.79% | - |
| XYZ | 29.87 | 15.29 | 28.57 | - |
| YUV | 91.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 146 | 0 | 0.88 | 0.28 | 0.21 | 318.88 | 0.79 | 0.44 |
| Hex | CA | 18 | 92 | 0 | 58 | 1C | 15 | 13F | 4F | 2C |
| Octal | 312 | 30 | 222 | 0 | 130 | 34 | 25 | 477 | 117 | 54 |
| Binary | 11001010 | 11000 | 10010010 | 0 | 1011000 | 11100 | 10101 | 100111111 | 1001111 | 101100 |
Color Harmonies of #CA1892
Complementary color
Monochromatic Colors of #CA1892
Black with #CA1892
Text Example
Text Example
White with #CA1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1892; }
p { color: rgb(202,24,146); }
H1.HeaderClassName
{
color: #CA1892;
}
.AnyTagClassName
{
color: #CA1892;
}
</style>
background-color css
<style>
a { background-color: #CA1892; }
a { background-color: rgb(202,24,146); }
div.DivClassName
{
background-color: #CA1892;
}
.BgClassName
{
background-color: #CA1892;
}
</style>
border-color css
<style>
span { border-color: #CA1892; }
span { border-color: rgb(202,24,146); }
td.TdClassName
{
border-color: #CA1892;
}
.TagClassName
{
border-color: #CA1892;
}
</style>