Shades of Medium Violet Red #C7247D
Tints of Medium Violet Red #C7247D
RGB
CMYK
RGB Variations
Color information
#C7247D (or 0xC7247D) is known color: Medium Violet Red. HEX triplet: C7, 24 and 7D. RGB value is (199,36,125). Sum of RGB (Red+Green+Blue) = 199+36+125=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7247D is #38DB82. Grayscale: #5E5E5E. Windows color (decimal): -3726211 or 8201415. OLE color: 8201415.
HSL color Cylindrical-coordinate representation of color #C7247D: hue angle of 327.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7247D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 125 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.22 |
| HSL | 327.24º | 0.69% | 0.46% | - |
| HSV(B) | 327.24º | 0.82% | 0.78% | - |
| XYZ | 27.89 | 14.88 | 20.81 | - |
| YUV | 94.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 125 | 0 | 0.82 | 0.37 | 0.22 | 327.24 | 0.69 | 0.46 |
| Hex | C7 | 24 | 7D | 0 | 52 | 25 | 16 | 147 | 45 | 2E |
| Octal | 307 | 44 | 175 | 0 | 122 | 45 | 26 | 507 | 105 | 56 |
| Binary | 11000111 | 100100 | 1111101 | 0 | 1010010 | 100101 | 10110 | 101000111 | 1000101 | 101110 |
Color Harmonies of #C7247D
Complementary color
Monochromatic Colors of #C7247D
Black with #C7247D
Text Example
Text Example
White with #C7247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7247D; }
p { color: rgb(199,36,125); }
H1.HeaderClassName
{
color: #C7247D;
}
.AnyTagClassName
{
color: #C7247D;
}
</style>
background-color css
<style>
a { background-color: #C7247D; }
a { background-color: rgb(199,36,125); }
div.DivClassName
{
background-color: #C7247D;
}
.BgClassName
{
background-color: #C7247D;
}
</style>
border-color css
<style>
span { border-color: #C7247D; }
span { border-color: rgb(199,36,125); }
td.TdClassName
{
border-color: #C7247D;
}
.TagClassName
{
border-color: #C7247D;
}
</style>