Shades of Medium Violet Red #CA079F
Tints of Medium Violet Red #CA079F
RGB
CMYK
RGB Variations
Color information
#CA079F (or 0xCA079F) is known color: Medium Violet Red. HEX triplet: CA, 07 and 9F. RGB value is (202,7,159). Sum of RGB (Red+Green+Blue) = 202+7+159=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA079F is #35F860. Grayscale: #525252. Windows color (decimal): -3536993 or 10422218. OLE color: 10422218.
HSL color Cylindrical-coordinate representation of color #CA079F: hue angle of 313.23º 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 #CA079F is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.21 |
| HSL | 313.23º | 0.93% | 0.41% | - |
| HSV(B) | 313.23º | 0.97% | 0.79% | - |
| XYZ | 30.69 | 15.21 | 34.12 | - |
| YUV | 82.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 159 | 0 | 0.97 | 0.21 | 0.21 | 313.23 | 0.93 | 0.41 |
| Hex | CA | 7 | 9F | 0 | 61 | 15 | 15 | 139 | 5D | 29 |
| Octal | 312 | 7 | 237 | 0 | 141 | 25 | 25 | 471 | 135 | 51 |
| Binary | 11001010 | 111 | 10011111 | 0 | 1100001 | 10101 | 10101 | 100111001 | 1011101 | 101001 |
Color Harmonies of #CA079F
Complementary color
Monochromatic Colors of #CA079F
Black with #CA079F
Text Example
Text Example
White with #CA079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA079F; }
p { color: rgb(202,7,159); }
H1.HeaderClassName
{
color: #CA079F;
}
.AnyTagClassName
{
color: #CA079F;
}
</style>
background-color css
<style>
a { background-color: #CA079F; }
a { background-color: rgb(202,7,159); }
div.DivClassName
{
background-color: #CA079F;
}
.BgClassName
{
background-color: #CA079F;
}
</style>
border-color css
<style>
span { border-color: #CA079F; }
span { border-color: rgb(202,7,159); }
td.TdClassName
{
border-color: #CA079F;
}
.TagClassName
{
border-color: #CA079F;
}
</style>