Shades of Medium Violet Red #CA0292
Tints of Medium Violet Red #CA0292
RGB
CMYK
RGB Variations
Color information
#CA0292 (or 0xCA0292) is known color: Medium Violet Red. HEX triplet: CA, 02 and 92. RGB value is (202,2,146). Sum of RGB (Red+Green+Blue) = 202+2+146=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0292 is #35FD6D. Grayscale: #4D4D4D. Windows color (decimal): -3538286 or 9568970. OLE color: 9568970.
HSL color Cylindrical-coordinate representation of color #CA0292: hue angle of 316.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0292 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.21 |
| HSL | 316.8º | 0.98% | 0.4% | - |
| HSV(B) | 316.8º | 0.99% | 0.79% | - |
| XYZ | 29.57 | 14.68 | 28.47 | - |
| YUV | 78.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 146 | 0 | 0.99 | 0.28 | 0.21 | 316.8 | 0.98 | 0.4 |
| Hex | CA | 2 | 92 | 0 | 63 | 1C | 15 | 13D | 62 | 28 |
| Octal | 312 | 2 | 222 | 0 | 143 | 34 | 25 | 475 | 142 | 50 |
| Binary | 11001010 | 10 | 10010010 | 0 | 1100011 | 11100 | 10101 | 100111101 | 1100010 | 101000 |
Color Harmonies of #CA0292
Complementary color
Monochromatic Colors of #CA0292
Black with #CA0292
Text Example
Text Example
White with #CA0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0292; }
p { color: rgb(202,2,146); }
H1.HeaderClassName
{
color: #CA0292;
}
.AnyTagClassName
{
color: #CA0292;
}
</style>
background-color css
<style>
a { background-color: #CA0292; }
a { background-color: rgb(202,2,146); }
div.DivClassName
{
background-color: #CA0292;
}
.BgClassName
{
background-color: #CA0292;
}
</style>
border-color css
<style>
span { border-color: #CA0292; }
span { border-color: rgb(202,2,146); }
td.TdClassName
{
border-color: #CA0292;
}
.TagClassName
{
border-color: #CA0292;
}
</style>