Shades of Medium Violet Red #CA0795
Tints of Medium Violet Red #CA0795
RGB
CMYK
RGB Variations
Color information
#CA0795 (or 0xCA0795) is known color: Medium Violet Red. HEX triplet: CA, 07 and 95. RGB value is (202,7,149). Sum of RGB (Red+Green+Blue) = 202+7+149=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0795 is #35F86A. Grayscale: #515151. Windows color (decimal): -3537003 or 9766858. OLE color: 9766858.
HSL color Cylindrical-coordinate representation of color #CA0795: hue angle of 316.31º 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 #CA0795 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.21 |
| HSL | 316.31º | 0.93% | 0.41% | - |
| HSV(B) | 316.31º | 0.97% | 0.79% | - |
| XYZ | 29.86 | 14.88 | 29.73 | - |
| YUV | 81.49 | 166.1 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 149 | 0 | 0.97 | 0.26 | 0.21 | 316.31 | 0.93 | 0.41 |
| Hex | CA | 7 | 95 | 0 | 61 | 1A | 15 | 13C | 5D | 29 |
| Octal | 312 | 7 | 225 | 0 | 141 | 32 | 25 | 474 | 135 | 51 |
| Binary | 11001010 | 111 | 10010101 | 0 | 1100001 | 11010 | 10101 | 100111100 | 1011101 | 101001 |
Color Harmonies of #CA0795
Complementary color
Monochromatic Colors of #CA0795
Black with #CA0795
Text Example
Text Example
White with #CA0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0795; }
p { color: rgb(202,7,149); }
H1.HeaderClassName
{
color: #CA0795;
}
.AnyTagClassName
{
color: #CA0795;
}
</style>
background-color css
<style>
a { background-color: #CA0795; }
a { background-color: rgb(202,7,149); }
div.DivClassName
{
background-color: #CA0795;
}
.BgClassName
{
background-color: #CA0795;
}
</style>
border-color css
<style>
span { border-color: #CA0795; }
span { border-color: rgb(202,7,149); }
td.TdClassName
{
border-color: #CA0795;
}
.TagClassName
{
border-color: #CA0795;
}
</style>