Shades of Medium Violet Red #CA0092
Tints of Medium Violet Red #CA0092
RGB
CMYK
RGB Variations
Color information
#CA0092 (or 0xCA0092) is known color: Medium Violet Red. HEX triplet: CA, 00 and 92. RGB value is (202,0,146). Sum of RGB (Red+Green+Blue) = 202+0+146=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0092 is #35FF6D. Grayscale: #4C4C4C. Windows color (decimal): -3538798 or 9568458. OLE color: 9568458.
HSL color Cylindrical-coordinate representation of color #CA0092: hue angle of 316.63º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0092 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.28 | 0.21 |
| HSL | 316.63º | 1% | 0.4% | - |
| HSV(B) | 316.63º | 1% | 0.79% | - |
| XYZ | 29.55 | 14.63 | 28.46 | - |
| YUV | 77.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 146 | 0 | 1 | 0.28 | 0.21 | 316.63 | 1 | 0.4 |
| Hex | CA | 0 | 92 | 0 | 64 | 1C | 15 | 13D | 64 | 28 |
| Octal | 312 | 0 | 222 | 0 | 144 | 34 | 25 | 475 | 144 | 50 |
| Binary | 11001010 | 0 | 10010010 | 0 | 1100100 | 11100 | 10101 | 100111101 | 1100100 | 101000 |
Color Harmonies of #CA0092
Complementary color
Monochromatic Colors of #CA0092
Black with #CA0092
Text Example
Text Example
White with #CA0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0092; }
p { color: rgb(202,0,146); }
H1.HeaderClassName
{
color: #CA0092;
}
.AnyTagClassName
{
color: #CA0092;
}
</style>
background-color css
<style>
a { background-color: #CA0092; }
a { background-color: rgb(202,0,146); }
div.DivClassName
{
background-color: #CA0092;
}
.BgClassName
{
background-color: #CA0092;
}
</style>
border-color css
<style>
span { border-color: #CA0092; }
span { border-color: rgb(202,0,146); }
td.TdClassName
{
border-color: #CA0092;
}
.TagClassName
{
border-color: #CA0092;
}
</style>