Shades of Medium Violet Red #C4248B
Tints of Medium Violet Red #C4248B
RGB
CMYK
RGB Variations
Color information
#C4248B (or 0xC4248B) is known color: Medium Violet Red. HEX triplet: C4, 24 and 8B. RGB value is (196,36,139). Sum of RGB (Red+Green+Blue) = 196+36+139=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4248B is #3BDB74. Grayscale: #5F5F5F. Windows color (decimal): -3922805 or 9118916. OLE color: 9118916.
HSL color Cylindrical-coordinate representation of color #C4248B: hue angle of 321.38º 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 #C4248B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 139 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.23 |
| HSL | 321.38º | 0.69% | 0.45% | - |
| HSV(B) | 321.38º | 0.82% | 0.77% | - |
| XYZ | 28.06 | 14.86 | 25.82 | - |
| YUV | 95.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 139 | 0 | 0.82 | 0.29 | 0.23 | 321.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | 8B | 0 | 52 | 1D | 17 | 141 | 45 | 2D |
| Octal | 304 | 44 | 213 | 0 | 122 | 35 | 27 | 501 | 105 | 55 |
| Binary | 11000100 | 100100 | 10001011 | 0 | 1010010 | 11101 | 10111 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C4248B
Complementary color
Monochromatic Colors of #C4248B
Black with #C4248B
Text Example
Text Example
White with #C4248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4248B; }
p { color: rgb(196,36,139); }
H1.HeaderClassName
{
color: #C4248B;
}
.AnyTagClassName
{
color: #C4248B;
}
</style>
background-color css
<style>
a { background-color: #C4248B; }
a { background-color: rgb(196,36,139); }
div.DivClassName
{
background-color: #C4248B;
}
.BgClassName
{
background-color: #C4248B;
}
</style>
border-color css
<style>
span { border-color: #C4248B; }
span { border-color: rgb(196,36,139); }
td.TdClassName
{
border-color: #C4248B;
}
.TagClassName
{
border-color: #C4248B;
}
</style>