Shades of Medium Violet Red #CA078D
Tints of Medium Violet Red #CA078D
RGB
CMYK
RGB Variations
Color information
#CA078D (or 0xCA078D) is known color: Medium Violet Red. HEX triplet: CA, 07 and 8D. RGB value is (202,7,141). Sum of RGB (Red+Green+Blue) = 202+7+141=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA078D is #35F872. Grayscale: #505050. Windows color (decimal): -3537011 or 9242570. OLE color: 9242570.
HSL color Cylindrical-coordinate representation of color #CA078D: hue angle of 318.77º 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 #CA078D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.21 |
| HSL | 318.77º | 0.93% | 0.41% | - |
| HSV(B) | 318.77º | 0.97% | 0.79% | - |
| XYZ | 29.24 | 14.63 | 26.48 | - |
| YUV | 80.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 141 | 0 | 0.97 | 0.30 | 0.21 | 318.77 | 0.93 | 0.41 |
| Hex | CA | 7 | 8D | 0 | 61 | 1E | 15 | 13F | 5D | 29 |
| Octal | 312 | 7 | 215 | 0 | 141 | 36 | 25 | 477 | 135 | 51 |
| Binary | 11001010 | 111 | 10001101 | 0 | 1100001 | 11110 | 10101 | 100111111 | 1011101 | 101001 |
Color Harmonies of #CA078D
Complementary color
Monochromatic Colors of #CA078D
Black with #CA078D
Text Example
Text Example
White with #CA078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA078D; }
p { color: rgb(202,7,141); }
H1.HeaderClassName
{
color: #CA078D;
}
.AnyTagClassName
{
color: #CA078D;
}
</style>
background-color css
<style>
a { background-color: #CA078D; }
a { background-color: rgb(202,7,141); }
div.DivClassName
{
background-color: #CA078D;
}
.BgClassName
{
background-color: #CA078D;
}
</style>
border-color css
<style>
span { border-color: #CA078D; }
span { border-color: rgb(202,7,141); }
td.TdClassName
{
border-color: #CA078D;
}
.TagClassName
{
border-color: #CA078D;
}
</style>