Shades of Medium Violet Red #C70488
Tints of Medium Violet Red #C70488
RGB
CMYK
RGB Variations
Color information
#C70488 (or 0xC70488) is known color: Medium Violet Red. HEX triplet: C7, 04 and 88. RGB value is (199,4,136). Sum of RGB (Red+Green+Blue) = 199+4+136=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C70488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70488 is #38FB77. Grayscale: #4D4D4D. Windows color (decimal): -3734392 or 8914119. OLE color: 8914119.
HSL color Cylindrical-coordinate representation of color #C70488: hue angle of 319.38º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70488 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.22 |
| HSL | 319.38º | 0.96% | 0.4% | - |
| HSV(B) | 319.38º | 0.98% | 0.78% | - |
| XYZ | 28.04 | 14.01 | 24.52 | - |
| YUV | 77.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 136 | 0 | 0.98 | 0.32 | 0.22 | 319.38 | 0.96 | 0.4 |
| Hex | C7 | 4 | 88 | 0 | 62 | 20 | 16 | 13F | 60 | 28 |
| Octal | 307 | 4 | 210 | 0 | 142 | 40 | 26 | 477 | 140 | 50 |
| Binary | 11000111 | 100 | 10001000 | 0 | 1100010 | 100000 | 10110 | 100111111 | 1100000 | 101000 |
Color Harmonies of #C70488
Complementary color
Monochromatic Colors of #C70488
Black with #C70488
Text Example
Text Example
White with #C70488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70488; }
p { color: rgb(199,4,136); }
H1.HeaderClassName
{
color: #C70488;
}
.AnyTagClassName
{
color: #C70488;
}
</style>
background-color css
<style>
a { background-color: #C70488; }
a { background-color: rgb(199,4,136); }
div.DivClassName
{
background-color: #C70488;
}
.BgClassName
{
background-color: #C70488;
}
</style>
border-color css
<style>
span { border-color: #C70488; }
span { border-color: rgb(199,4,136); }
td.TdClassName
{
border-color: #C70488;
}
.TagClassName
{
border-color: #C70488;
}
</style>