Shades of Medium Violet Red #CA077A
Tints of Medium Violet Red #CA077A
RGB
CMYK
RGB Variations
Color information
#CA077A (or 0xCA077A) is known color: Medium Violet Red. HEX triplet: CA, 07 and 7A. RGB value is (202,7,122). Sum of RGB (Red+Green+Blue) = 202+7+122=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA077A is #35F885. Grayscale: #4E4E4E. Windows color (decimal): -3537030 or 7997386. OLE color: 7997386.
HSL color Cylindrical-coordinate representation of color #CA077A: hue angle of 324.62º 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 #CA077A is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.21 |
| HSL | 324.62º | 0.93% | 0.41% | - |
| HSV(B) | 324.62º | 0.97% | 0.79% | - |
| XYZ | 27.95 | 14.11 | 19.66 | - |
| YUV | 78.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 122 | 0 | 0.97 | 0.40 | 0.21 | 324.62 | 0.93 | 0.41 |
| Hex | CA | 7 | 7A | 0 | 61 | 28 | 15 | 145 | 5D | 29 |
| Octal | 312 | 7 | 172 | 0 | 141 | 50 | 25 | 505 | 135 | 51 |
| Binary | 11001010 | 111 | 1111010 | 0 | 1100001 | 101000 | 10101 | 101000101 | 1011101 | 101001 |
Color Harmonies of #CA077A
Complementary color
Monochromatic Colors of #CA077A
Black with #CA077A
Text Example
Text Example
White with #CA077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA077A; }
p { color: rgb(202,7,122); }
H1.HeaderClassName
{
color: #CA077A;
}
.AnyTagClassName
{
color: #CA077A;
}
</style>
background-color css
<style>
a { background-color: #CA077A; }
a { background-color: rgb(202,7,122); }
div.DivClassName
{
background-color: #CA077A;
}
.BgClassName
{
background-color: #CA077A;
}
</style>
border-color css
<style>
span { border-color: #CA077A; }
span { border-color: rgb(202,7,122); }
td.TdClassName
{
border-color: #CA077A;
}
.TagClassName
{
border-color: #CA077A;
}
</style>