Shades of Medium Violet Red #C20787
Tints of Medium Violet Red #C20787
RGB
CMYK
RGB Variations
Color information
#C20787 (or 0xC20787) is known color: Medium Violet Red. HEX triplet: C2, 07 and 87. RGB value is (194,7,135). Sum of RGB (Red+Green+Blue) = 194+7+135=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C20787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20787 is #3DF878. Grayscale: #4D4D4D. Windows color (decimal): -4061305 or 8849346. OLE color: 8849346.
HSL color Cylindrical-coordinate representation of color #C20787: hue angle of 318.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20787 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 135 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.24 |
| HSL | 318.93º | 0.93% | 0.39% | - |
| HSV(B) | 318.93º | 0.96% | 0.76% | - |
| XYZ | 26.7 | 13.37 | 24.1 | - |
| YUV | 77.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 135 | 0 | 0.96 | 0.30 | 0.24 | 318.93 | 0.93 | 0.39 |
| Hex | C2 | 7 | 87 | 0 | 60 | 1E | 18 | 13F | 5D | 27 |
| Octal | 302 | 7 | 207 | 0 | 140 | 36 | 30 | 477 | 135 | 47 |
| Binary | 11000010 | 111 | 10000111 | 0 | 1100000 | 11110 | 11000 | 100111111 | 1011101 | 100111 |
Color Harmonies of #C20787
Complementary color
Monochromatic Colors of #C20787
Black with #C20787
Text Example
Text Example
White with #C20787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20787; }
p { color: rgb(194,7,135); }
H1.HeaderClassName
{
color: #C20787;
}
.AnyTagClassName
{
color: #C20787;
}
</style>
background-color css
<style>
a { background-color: #C20787; }
a { background-color: rgb(194,7,135); }
div.DivClassName
{
background-color: #C20787;
}
.BgClassName
{
background-color: #C20787;
}
</style>
border-color css
<style>
span { border-color: #C20787; }
span { border-color: rgb(194,7,135); }
td.TdClassName
{
border-color: #C20787;
}
.TagClassName
{
border-color: #C20787;
}
</style>