Shades of Medium Violet Red #CA076D
Tints of Medium Violet Red #CA076D
RGB
CMYK
RGB Variations
Color information
#CA076D (or 0xCA076D) is known color: Medium Violet Red. HEX triplet: CA, 07 and 6D. RGB value is (202,7,109). Sum of RGB (Red+Green+Blue) = 202+7+109=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA076D is #35F892. Grayscale: #4C4C4C. Windows color (decimal): -3537043 or 7145418. OLE color: 7145418.
HSL color Cylindrical-coordinate representation of color #CA076D: hue angle of 328.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 #CA076D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.21 |
| HSL | 328.62º | 0.93% | 0.41% | - |
| HSV(B) | 328.62º | 0.97% | 0.79% | - |
| XYZ | 27.19 | 13.81 | 15.7 | - |
| YUV | 76.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 109 | 0 | 0.97 | 0.46 | 0.21 | 328.62 | 0.93 | 0.41 |
| Hex | CA | 7 | 6D | 0 | 61 | 2E | 15 | 149 | 5D | 29 |
| Octal | 312 | 7 | 155 | 0 | 141 | 56 | 25 | 511 | 135 | 51 |
| Binary | 11001010 | 111 | 1101101 | 0 | 1100001 | 101110 | 10101 | 101001001 | 1011101 | 101001 |
Color Harmonies of #CA076D
Complementary color
Monochromatic Colors of #CA076D
Black with #CA076D
Text Example
Text Example
White with #CA076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA076D; }
p { color: rgb(202,7,109); }
H1.HeaderClassName
{
color: #CA076D;
}
.AnyTagClassName
{
color: #CA076D;
}
</style>
background-color css
<style>
a { background-color: #CA076D; }
a { background-color: rgb(202,7,109); }
div.DivClassName
{
background-color: #CA076D;
}
.BgClassName
{
background-color: #CA076D;
}
</style>
border-color css
<style>
span { border-color: #CA076D; }
span { border-color: rgb(202,7,109); }
td.TdClassName
{
border-color: #CA076D;
}
.TagClassName
{
border-color: #CA076D;
}
</style>