Shades of Medium Violet Red #CA0191
Tints of Medium Violet Red #CA0191
RGB
CMYK
RGB Variations
Color information
#CA0191 (or 0xCA0191) is known color: Medium Violet Red. HEX triplet: CA, 01 and 91. RGB value is (202,1,145). Sum of RGB (Red+Green+Blue) = 202+1+145=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0191 is #35FE6E. Grayscale: #4D4D4D. Windows color (decimal): -3538543 or 9503178. OLE color: 9503178.
HSL color Cylindrical-coordinate representation of color #CA0191: hue angle of 317.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0191 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.21 |
| HSL | 317.01º | 0.99% | 0.4% | - |
| HSV(B) | 317.01º | 1% | 0.79% | - |
| XYZ | 29.48 | 14.62 | 28.06 | - |
| YUV | 77.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 145 | 0 | 1.00 | 0.28 | 0.21 | 317.01 | 0.99 | 0.4 |
| Hex | CA | 1 | 91 | 0 | 64 | 1C | 15 | 13D | 63 | 28 |
| Octal | 312 | 1 | 221 | 0 | 144 | 34 | 25 | 475 | 143 | 50 |
| Binary | 11001010 | 1 | 10010001 | 0 | 1100100 | 11100 | 10101 | 100111101 | 1100011 | 101000 |
Color Harmonies of #CA0191
Complementary color
Monochromatic Colors of #CA0191
Black with #CA0191
Text Example
Text Example
White with #CA0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0191; }
p { color: rgb(202,1,145); }
H1.HeaderClassName
{
color: #CA0191;
}
.AnyTagClassName
{
color: #CA0191;
}
</style>
background-color css
<style>
a { background-color: #CA0191; }
a { background-color: rgb(202,1,145); }
div.DivClassName
{
background-color: #CA0191;
}
.BgClassName
{
background-color: #CA0191;
}
</style>
border-color css
<style>
span { border-color: #CA0191; }
span { border-color: rgb(202,1,145); }
td.TdClassName
{
border-color: #CA0191;
}
.TagClassName
{
border-color: #CA0191;
}
</style>