Shades of Medium Violet Red #CA0091
Tints of Medium Violet Red #CA0091
RGB
CMYK
RGB Variations
Color information
#CA0091 (or 0xCA0091) is known color: Medium Violet Red. HEX triplet: CA, 00 and 91. RGB value is (202,0,145). Sum of RGB (Red+Green+Blue) = 202+0+145=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0091 is #35FF6E. Grayscale: #4C4C4C. Windows color (decimal): -3538799 or 9502922. OLE color: 9502922.
HSL color Cylindrical-coordinate representation of color #CA0091: hue angle of 316.93º 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 #CA0091 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.28 | 0.21 |
| HSL | 316.93º | 1% | 0.4% | - |
| HSV(B) | 316.93º | 1% | 0.79% | - |
| XYZ | 29.47 | 14.6 | 28.05 | - |
| YUV | 76.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 145 | 0 | 1 | 0.28 | 0.21 | 316.93 | 1 | 0.4 |
| Hex | CA | 0 | 91 | 0 | 64 | 1C | 15 | 13D | 64 | 28 |
| Octal | 312 | 0 | 221 | 0 | 144 | 34 | 25 | 475 | 144 | 50 |
| Binary | 11001010 | 0 | 10010001 | 0 | 1100100 | 11100 | 10101 | 100111101 | 1100100 | 101000 |
Color Harmonies of #CA0091
Complementary color
Monochromatic Colors of #CA0091
Black with #CA0091
Text Example
Text Example
White with #CA0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0091; }
p { color: rgb(202,0,145); }
H1.HeaderClassName
{
color: #CA0091;
}
.AnyTagClassName
{
color: #CA0091;
}
</style>
background-color css
<style>
a { background-color: #CA0091; }
a { background-color: rgb(202,0,145); }
div.DivClassName
{
background-color: #CA0091;
}
.BgClassName
{
background-color: #CA0091;
}
</style>
border-color css
<style>
span { border-color: #CA0091; }
span { border-color: rgb(202,0,145); }
td.TdClassName
{
border-color: #CA0091;
}
.TagClassName
{
border-color: #CA0091;
}
</style>