Shades of Medium Violet Red #C9248C
Tints of Medium Violet Red #C9248C
RGB
CMYK
RGB Variations
Color information
#C9248C (or 0xC9248C) is known color: Medium Violet Red. HEX triplet: C9, 24 and 8C. RGB value is (201,36,140). Sum of RGB (Red+Green+Blue) = 201+36+140=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9248C is #36DB73. Grayscale: #606060. Windows color (decimal): -3595124 or 9184457. OLE color: 9184457.
HSL color Cylindrical-coordinate representation of color #C9248C: hue angle of 322.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9248C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 140 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.21 |
| HSL | 322.18º | 0.7% | 0.46% | - |
| HSV(B) | 322.18º | 0.82% | 0.79% | - |
| XYZ | 29.45 | 15.57 | 26.26 | - |
| YUV | 97.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 140 | 0 | 0.82 | 0.30 | 0.21 | 322.18 | 0.7 | 0.46 |
| Hex | C9 | 24 | 8C | 0 | 52 | 1E | 15 | 142 | 46 | 2E |
| Octal | 311 | 44 | 214 | 0 | 122 | 36 | 25 | 502 | 106 | 56 |
| Binary | 11001001 | 100100 | 10001100 | 0 | 1010010 | 11110 | 10101 | 101000010 | 1000110 | 101110 |
Color Harmonies of #C9248C
Complementary color
Monochromatic Colors of #C9248C
Black with #C9248C
Text Example
Text Example
White with #C9248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9248C; }
p { color: rgb(201,36,140); }
H1.HeaderClassName
{
color: #C9248C;
}
.AnyTagClassName
{
color: #C9248C;
}
</style>
background-color css
<style>
a { background-color: #C9248C; }
a { background-color: rgb(201,36,140); }
div.DivClassName
{
background-color: #C9248C;
}
.BgClassName
{
background-color: #C9248C;
}
</style>
border-color css
<style>
span { border-color: #C9248C; }
span { border-color: rgb(201,36,140); }
td.TdClassName
{
border-color: #C9248C;
}
.TagClassName
{
border-color: #C9248C;
}
</style>