Shades of Medium Violet Red #CA0798
Tints of Medium Violet Red #CA0798
RGB
CMYK
RGB Variations
Color information
#CA0798 (or 0xCA0798) is known color: Medium Violet Red. HEX triplet: CA, 07 and 98. RGB value is (202,7,152). Sum of RGB (Red+Green+Blue) = 202+7+152=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0798 is #35F867. Grayscale: #515151. Windows color (decimal): -3537000 or 9963466. OLE color: 9963466.
HSL color Cylindrical-coordinate representation of color #CA0798: hue angle of 315.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0798 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.21 |
| HSL | 315.38º | 0.93% | 0.41% | - |
| HSV(B) | 315.38º | 0.97% | 0.79% | - |
| XYZ | 30.1 | 14.98 | 31.01 | - |
| YUV | 81.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 152 | 0 | 0.97 | 0.25 | 0.21 | 315.38 | 0.93 | 0.41 |
| Hex | CA | 7 | 98 | 0 | 61 | 19 | 15 | 13B | 5D | 29 |
| Octal | 312 | 7 | 230 | 0 | 141 | 31 | 25 | 473 | 135 | 51 |
| Binary | 11001010 | 111 | 10011000 | 0 | 1100001 | 11001 | 10101 | 100111011 | 1011101 | 101001 |
Color Harmonies of #CA0798
Complementary color
Monochromatic Colors of #CA0798
Black with #CA0798
Text Example
Text Example
White with #CA0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0798; }
p { color: rgb(202,7,152); }
H1.HeaderClassName
{
color: #CA0798;
}
.AnyTagClassName
{
color: #CA0798;
}
</style>
background-color css
<style>
a { background-color: #CA0798; }
a { background-color: rgb(202,7,152); }
div.DivClassName
{
background-color: #CA0798;
}
.BgClassName
{
background-color: #CA0798;
}
</style>
border-color css
<style>
span { border-color: #CA0798; }
span { border-color: rgb(202,7,152); }
td.TdClassName
{
border-color: #CA0798;
}
.TagClassName
{
border-color: #CA0798;
}
</style>