Shades of Medium Violet Red #C70275
Tints of Medium Violet Red #C70275
RGB
CMYK
RGB Variations
Color information
#C70275 (or 0xC70275) is known color: Medium Violet Red. HEX triplet: C7, 02 and 75. RGB value is (199,2,117). Sum of RGB (Red+Green+Blue) = 199+2+117=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C70275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70275 is #38FD8A. Grayscale: #494949. Windows color (decimal): -3734923 or 7668423. OLE color: 7668423.
HSL color Cylindrical-coordinate representation of color #C70275: hue angle of 324.97º degrees, saturation: 0.98, 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 #C70275 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.22 |
| HSL | 324.97º | 0.98% | 0.39% | - |
| HSV(B) | 324.97º | 0.99% | 0.78% | - |
| XYZ | 26.79 | 13.47 | 18.02 | - |
| YUV | 74.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 117 | 0 | 0.99 | 0.41 | 0.22 | 324.97 | 0.98 | 0.39 |
| Hex | C7 | 2 | 75 | 0 | 63 | 29 | 16 | 145 | 62 | 27 |
| Octal | 307 | 2 | 165 | 0 | 143 | 51 | 26 | 505 | 142 | 47 |
| Binary | 11000111 | 10 | 1110101 | 0 | 1100011 | 101001 | 10110 | 101000101 | 1100010 | 100111 |
Color Harmonies of #C70275
Complementary color
Monochromatic Colors of #C70275
Black with #C70275
Text Example
Text Example
White with #C70275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70275; }
p { color: rgb(199,2,117); }
H1.HeaderClassName
{
color: #C70275;
}
.AnyTagClassName
{
color: #C70275;
}
</style>
background-color css
<style>
a { background-color: #C70275; }
a { background-color: rgb(199,2,117); }
div.DivClassName
{
background-color: #C70275;
}
.BgClassName
{
background-color: #C70275;
}
</style>
border-color css
<style>
span { border-color: #C70275; }
span { border-color: rgb(199,2,117); }
td.TdClassName
{
border-color: #C70275;
}
.TagClassName
{
border-color: #C70275;
}
</style>