Shades of Medium Violet Red #CA079C
Tints of Medium Violet Red #CA079C
RGB
CMYK
RGB Variations
Color information
#CA079C (or 0xCA079C) is known color: Medium Violet Red. HEX triplet: CA, 07 and 9C. RGB value is (202,7,156). Sum of RGB (Red+Green+Blue) = 202+7+156=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA079C is #35F863. Grayscale: #515151. Windows color (decimal): -3536996 or 10225610. OLE color: 10225610.
HSL color Cylindrical-coordinate representation of color #CA079C: hue angle of 314.15º 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 #CA079C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.21 |
| HSL | 314.15º | 0.93% | 0.41% | - |
| HSV(B) | 314.15º | 0.97% | 0.79% | - |
| XYZ | 30.43 | 15.11 | 32.76 | - |
| YUV | 82.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 156 | 0 | 0.97 | 0.23 | 0.21 | 314.15 | 0.93 | 0.41 |
| Hex | CA | 7 | 9C | 0 | 61 | 17 | 15 | 13A | 5D | 29 |
| Octal | 312 | 7 | 234 | 0 | 141 | 27 | 25 | 472 | 135 | 51 |
| Binary | 11001010 | 111 | 10011100 | 0 | 1100001 | 10111 | 10101 | 100111010 | 1011101 | 101001 |
Color Harmonies of #CA079C
Complementary color
Monochromatic Colors of #CA079C
Black with #CA079C
Text Example
Text Example
White with #CA079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA079C; }
p { color: rgb(202,7,156); }
H1.HeaderClassName
{
color: #CA079C;
}
.AnyTagClassName
{
color: #CA079C;
}
</style>
background-color css
<style>
a { background-color: #CA079C; }
a { background-color: rgb(202,7,156); }
div.DivClassName
{
background-color: #CA079C;
}
.BgClassName
{
background-color: #CA079C;
}
</style>
border-color css
<style>
span { border-color: #CA079C; }
span { border-color: rgb(202,7,156); }
td.TdClassName
{
border-color: #CA079C;
}
.TagClassName
{
border-color: #CA079C;
}
</style>