Shades of Medium Violet Red #CA079E
Tints of Medium Violet Red #CA079E
RGB
CMYK
RGB Variations
Color information
#CA079E (or 0xCA079E) is known color: Medium Violet Red. HEX triplet: CA, 07 and 9E. RGB value is (202,7,158). Sum of RGB (Red+Green+Blue) = 202+7+158=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA079E is #35F861. Grayscale: #525252. Windows color (decimal): -3536994 or 10356682. OLE color: 10356682.
HSL color Cylindrical-coordinate representation of color #CA079E: hue angle of 313.54º 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 #CA079E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.21 |
| HSL | 313.54º | 0.93% | 0.41% | - |
| HSV(B) | 313.54º | 0.97% | 0.79% | - |
| XYZ | 30.6 | 15.18 | 33.66 | - |
| YUV | 82.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 158 | 0 | 0.97 | 0.22 | 0.21 | 313.54 | 0.93 | 0.41 |
| Hex | CA | 7 | 9E | 0 | 61 | 16 | 15 | 13A | 5D | 29 |
| Octal | 312 | 7 | 236 | 0 | 141 | 26 | 25 | 472 | 135 | 51 |
| Binary | 11001010 | 111 | 10011110 | 0 | 1100001 | 10110 | 10101 | 100111010 | 1011101 | 101001 |
Color Harmonies of #CA079E
Complementary color
Monochromatic Colors of #CA079E
Black with #CA079E
Text Example
Text Example
White with #CA079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA079E; }
p { color: rgb(202,7,158); }
H1.HeaderClassName
{
color: #CA079E;
}
.AnyTagClassName
{
color: #CA079E;
}
</style>
background-color css
<style>
a { background-color: #CA079E; }
a { background-color: rgb(202,7,158); }
div.DivClassName
{
background-color: #CA079E;
}
.BgClassName
{
background-color: #CA079E;
}
</style>
border-color css
<style>
span { border-color: #CA079E; }
span { border-color: rgb(202,7,158); }
td.TdClassName
{
border-color: #CA079E;
}
.TagClassName
{
border-color: #CA079E;
}
</style>