Shades of Medium Violet Red #CA0779
Tints of Medium Violet Red #CA0779
RGB
CMYK
RGB Variations
Color information
#CA0779 (or 0xCA0779) is known color: Medium Violet Red. HEX triplet: CA, 07 and 79. RGB value is (202,7,121). Sum of RGB (Red+Green+Blue) = 202+7+121=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0779 is #35F886. Grayscale: #4E4E4E. Windows color (decimal): -3537031 or 7931850. OLE color: 7931850.
HSL color Cylindrical-coordinate representation of color #CA0779: hue angle of 324.92º 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 #CA0779 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.21 |
| HSL | 324.92º | 0.93% | 0.41% | - |
| HSV(B) | 324.92º | 0.97% | 0.79% | - |
| XYZ | 27.88 | 14.09 | 19.34 | - |
| YUV | 78.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 121 | 0 | 0.97 | 0.40 | 0.21 | 324.92 | 0.93 | 0.41 |
| Hex | CA | 7 | 79 | 0 | 61 | 28 | 15 | 145 | 5D | 29 |
| Octal | 312 | 7 | 171 | 0 | 141 | 50 | 25 | 505 | 135 | 51 |
| Binary | 11001010 | 111 | 1111001 | 0 | 1100001 | 101000 | 10101 | 101000101 | 1011101 | 101001 |
Color Harmonies of #CA0779
Complementary color
Monochromatic Colors of #CA0779
Black with #CA0779
Text Example
Text Example
White with #CA0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0779; }
p { color: rgb(202,7,121); }
H1.HeaderClassName
{
color: #CA0779;
}
.AnyTagClassName
{
color: #CA0779;
}
</style>
background-color css
<style>
a { background-color: #CA0779; }
a { background-color: rgb(202,7,121); }
div.DivClassName
{
background-color: #CA0779;
}
.BgClassName
{
background-color: #CA0779;
}
</style>
border-color css
<style>
span { border-color: #CA0779; }
span { border-color: rgb(202,7,121); }
td.TdClassName
{
border-color: #CA0779;
}
.TagClassName
{
border-color: #CA0779;
}
</style>