Shades of Medium Violet Red #C70188
Tints of Medium Violet Red #C70188
RGB
CMYK
RGB Variations
Color information
#C70188 (or 0xC70188) is known color: Medium Violet Red. HEX triplet: C7, 01 and 88. RGB value is (199,1,136). Sum of RGB (Red+Green+Blue) = 199+1+136=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70188 is #38FE77. Grayscale: #4B4B4B. Windows color (decimal): -3735160 or 8913351. OLE color: 8913351.
HSL color Cylindrical-coordinate representation of color #C70188: hue angle of 319.09º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70188 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.22 |
| HSL | 319.09º | 0.99% | 0.39% | - |
| HSV(B) | 319.09º | 0.99% | 0.78% | - |
| XYZ | 28.01 | 13.94 | 24.51 | - |
| YUV | 75.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 136 | 0 | 0.99 | 0.32 | 0.22 | 319.09 | 0.99 | 0.39 |
| Hex | C7 | 1 | 88 | 0 | 63 | 20 | 16 | 13F | 63 | 27 |
| Octal | 307 | 1 | 210 | 0 | 143 | 40 | 26 | 477 | 143 | 47 |
| Binary | 11000111 | 1 | 10001000 | 0 | 1100011 | 100000 | 10110 | 100111111 | 1100011 | 100111 |
Color Harmonies of #C70188
Complementary color
Monochromatic Colors of #C70188
Black with #C70188
Text Example
Text Example
White with #C70188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70188; }
p { color: rgb(199,1,136); }
H1.HeaderClassName
{
color: #C70188;
}
.AnyTagClassName
{
color: #C70188;
}
</style>
background-color css
<style>
a { background-color: #C70188; }
a { background-color: rgb(199,1,136); }
div.DivClassName
{
background-color: #C70188;
}
.BgClassName
{
background-color: #C70188;
}
</style>
border-color css
<style>
span { border-color: #C70188; }
span { border-color: rgb(199,1,136); }
td.TdClassName
{
border-color: #C70188;
}
.TagClassName
{
border-color: #C70188;
}
</style>