Shades of Medium Violet Red #CA0197
Tints of Medium Violet Red #CA0197
RGB
CMYK
RGB Variations
Color information
#CA0197 (or 0xCA0197) is known color: Medium Violet Red. HEX triplet: CA, 01 and 97. RGB value is (202,1,151). Sum of RGB (Red+Green+Blue) = 202+1+151=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0197 is #35FE68. Grayscale: #4D4D4D. Windows color (decimal): -3538537 or 9896394. OLE color: 9896394.
HSL color Cylindrical-coordinate representation of color #CA0197: hue angle of 315.22º 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 #CA0197 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.21 |
| HSL | 315.22º | 0.99% | 0.4% | - |
| HSV(B) | 315.22º | 1% | 0.79% | - |
| XYZ | 29.95 | 14.81 | 30.56 | - |
| YUV | 78.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 151 | 0 | 1.00 | 0.25 | 0.21 | 315.22 | 0.99 | 0.4 |
| Hex | CA | 1 | 97 | 0 | 64 | 19 | 15 | 13B | 63 | 28 |
| Octal | 312 | 1 | 227 | 0 | 144 | 31 | 25 | 473 | 143 | 50 |
| Binary | 11001010 | 1 | 10010111 | 0 | 1100100 | 11001 | 10101 | 100111011 | 1100011 | 101000 |
Color Harmonies of #CA0197
Complementary color
Monochromatic Colors of #CA0197
Black with #CA0197
Text Example
Text Example
White with #CA0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0197; }
p { color: rgb(202,1,151); }
H1.HeaderClassName
{
color: #CA0197;
}
.AnyTagClassName
{
color: #CA0197;
}
</style>
background-color css
<style>
a { background-color: #CA0197; }
a { background-color: rgb(202,1,151); }
div.DivClassName
{
background-color: #CA0197;
}
.BgClassName
{
background-color: #CA0197;
}
</style>
border-color css
<style>
span { border-color: #CA0197; }
span { border-color: rgb(202,1,151); }
td.TdClassName
{
border-color: #CA0197;
}
.TagClassName
{
border-color: #CA0197;
}
</style>