Shades of Medium Violet Red #CA1A92
Tints of Medium Violet Red #CA1A92
RGB
CMYK
RGB Variations
Color information
#CA1A92 (or 0xCA1A92) is known color: Medium Violet Red. HEX triplet: CA, 1A and 92. RGB value is (202,26,146). Sum of RGB (Red+Green+Blue) = 202+26+146=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1A92 is #35E56D. Grayscale: #5C5C5C. Windows color (decimal): -3532142 or 9575114. OLE color: 9575114.
HSL color Cylindrical-coordinate representation of color #CA1A92: hue angle of 319.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A92 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 146 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.21 |
| HSL | 319.09º | 0.77% | 0.45% | - |
| HSV(B) | 319.09º | 0.87% | 0.79% | - |
| XYZ | 29.91 | 15.37 | 28.58 | - |
| YUV | 92.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 146 | 0 | 0.87 | 0.28 | 0.21 | 319.09 | 0.77 | 0.45 |
| Hex | CA | 1A | 92 | 0 | 57 | 1C | 15 | 13F | 4D | 2D |
| Octal | 312 | 32 | 222 | 0 | 127 | 34 | 25 | 477 | 115 | 55 |
| Binary | 11001010 | 11010 | 10010010 | 0 | 1010111 | 11100 | 10101 | 100111111 | 1001101 | 101101 |
Color Harmonies of #CA1A92
Complementary color
Monochromatic Colors of #CA1A92
Black with #CA1A92
Text Example
Text Example
White with #CA1A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A92; }
p { color: rgb(202,26,146); }
H1.HeaderClassName
{
color: #CA1A92;
}
.AnyTagClassName
{
color: #CA1A92;
}
</style>
background-color css
<style>
a { background-color: #CA1A92; }
a { background-color: rgb(202,26,146); }
div.DivClassName
{
background-color: #CA1A92;
}
.BgClassName
{
background-color: #CA1A92;
}
</style>
border-color css
<style>
span { border-color: #CA1A92; }
span { border-color: rgb(202,26,146); }
td.TdClassName
{
border-color: #CA1A92;
}
.TagClassName
{
border-color: #CA1A92;
}
</style>