Shades of Medium Violet Red #CA077B
Tints of Medium Violet Red #CA077B
RGB
CMYK
RGB Variations
Color information
#CA077B (or 0xCA077B) is known color: Medium Violet Red. HEX triplet: CA, 07 and 7B. RGB value is (202,7,123). Sum of RGB (Red+Green+Blue) = 202+7+123=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA077B is #35F884. Grayscale: #4E4E4E. Windows color (decimal): -3537029 or 8062922. OLE color: 8062922.
HSL color Cylindrical-coordinate representation of color #CA077B: hue angle of 324.31º 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 #CA077B is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.21 |
| HSL | 324.31º | 0.93% | 0.41% | - |
| HSV(B) | 324.31º | 0.97% | 0.79% | - |
| XYZ | 28.01 | 14.14 | 19.99 | - |
| YUV | 78.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 123 | 0 | 0.97 | 0.39 | 0.21 | 324.31 | 0.93 | 0.41 |
| Hex | CA | 7 | 7B | 0 | 61 | 27 | 15 | 144 | 5D | 29 |
| Octal | 312 | 7 | 173 | 0 | 141 | 47 | 25 | 504 | 135 | 51 |
| Binary | 11001010 | 111 | 1111011 | 0 | 1100001 | 100111 | 10101 | 101000100 | 1011101 | 101001 |
Color Harmonies of #CA077B
Complementary color
Monochromatic Colors of #CA077B
Black with #CA077B
Text Example
Text Example
White with #CA077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA077B; }
p { color: rgb(202,7,123); }
H1.HeaderClassName
{
color: #CA077B;
}
.AnyTagClassName
{
color: #CA077B;
}
</style>
background-color css
<style>
a { background-color: #CA077B; }
a { background-color: rgb(202,7,123); }
div.DivClassName
{
background-color: #CA077B;
}
.BgClassName
{
background-color: #CA077B;
}
</style>
border-color css
<style>
span { border-color: #CA077B; }
span { border-color: rgb(202,7,123); }
td.TdClassName
{
border-color: #CA077B;
}
.TagClassName
{
border-color: #CA077B;
}
</style>