Shades of Medium Violet Red #C4247D
Tints of Medium Violet Red #C4247D
RGB
CMYK
RGB Variations
Color information
#C4247D (or 0xC4247D) is known color: Medium Violet Red. HEX triplet: C4, 24 and 7D. RGB value is (196,36,125). Sum of RGB (Red+Green+Blue) = 196+36+125=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4247D is #3BDB82. Grayscale: #5D5D5D. Windows color (decimal): -3922819 or 8201412. OLE color: 8201412.
HSL color Cylindrical-coordinate representation of color #C4247D: hue angle of 326.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4247D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 125 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.23 |
| HSL | 326.63º | 0.69% | 0.45% | - |
| HSV(B) | 326.63º | 0.82% | 0.77% | - |
| XYZ | 27.1 | 14.48 | 20.77 | - |
| YUV | 93.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 125 | 0 | 0.82 | 0.36 | 0.23 | 326.63 | 0.69 | 0.45 |
| Hex | C4 | 24 | 7D | 0 | 52 | 24 | 17 | 147 | 45 | 2D |
| Octal | 304 | 44 | 175 | 0 | 122 | 44 | 27 | 507 | 105 | 55 |
| Binary | 11000100 | 100100 | 1111101 | 0 | 1010010 | 100100 | 10111 | 101000111 | 1000101 | 101101 |
Color Harmonies of #C4247D
Complementary color
Monochromatic Colors of #C4247D
Black with #C4247D
Text Example
Text Example
White with #C4247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4247D; }
p { color: rgb(196,36,125); }
H1.HeaderClassName
{
color: #C4247D;
}
.AnyTagClassName
{
color: #C4247D;
}
</style>
background-color css
<style>
a { background-color: #C4247D; }
a { background-color: rgb(196,36,125); }
div.DivClassName
{
background-color: #C4247D;
}
.BgClassName
{
background-color: #C4247D;
}
</style>
border-color css
<style>
span { border-color: #C4247D; }
span { border-color: rgb(196,36,125); }
td.TdClassName
{
border-color: #C4247D;
}
.TagClassName
{
border-color: #C4247D;
}
</style>