Shades of Medium Violet Red #CA0198
Tints of Medium Violet Red #CA0198
RGB
CMYK
RGB Variations
Color information
#CA0198 (or 0xCA0198) is known color: Medium Violet Red. HEX triplet: CA, 01 and 98. RGB value is (202,1,152). Sum of RGB (Red+Green+Blue) = 202+1+152=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0198 is #35FE67. Grayscale: #4D4D4D. Windows color (decimal): -3538536 or 9961930. OLE color: 9961930.
HSL color Cylindrical-coordinate representation of color #CA0198: hue angle of 314.93º 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 #CA0198 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.21 |
| HSL | 314.93º | 0.99% | 0.4% | - |
| HSV(B) | 314.93º | 1% | 0.79% | - |
| XYZ | 30.04 | 14.85 | 30.99 | - |
| YUV | 78.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 152 | 0 | 1.00 | 0.25 | 0.21 | 314.93 | 0.99 | 0.4 |
| Hex | CA | 1 | 98 | 0 | 64 | 19 | 15 | 13B | 63 | 28 |
| Octal | 312 | 1 | 230 | 0 | 144 | 31 | 25 | 473 | 143 | 50 |
| Binary | 11001010 | 1 | 10011000 | 0 | 1100100 | 11001 | 10101 | 100111011 | 1100011 | 101000 |
Color Harmonies of #CA0198
Complementary color
Monochromatic Colors of #CA0198
Black with #CA0198
Text Example
Text Example
White with #CA0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0198; }
p { color: rgb(202,1,152); }
H1.HeaderClassName
{
color: #CA0198;
}
.AnyTagClassName
{
color: #CA0198;
}
</style>
background-color css
<style>
a { background-color: #CA0198; }
a { background-color: rgb(202,1,152); }
div.DivClassName
{
background-color: #CA0198;
}
.BgClassName
{
background-color: #CA0198;
}
</style>
border-color css
<style>
span { border-color: #CA0198; }
span { border-color: rgb(202,1,152); }
td.TdClassName
{
border-color: #CA0198;
}
.TagClassName
{
border-color: #CA0198;
}
</style>