Shades of Medium Violet Red #C9248B
Tints of Medium Violet Red #C9248B
RGB
CMYK
RGB Variations
Color information
#C9248B (or 0xC9248B) is known color: Medium Violet Red. HEX triplet: C9, 24 and 8B. RGB value is (201,36,139). Sum of RGB (Red+Green+Blue) = 201+36+139=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9248B is #36DB74. Grayscale: #606060. Windows color (decimal): -3595125 or 9118921. OLE color: 9118921.
HSL color Cylindrical-coordinate representation of color #C9248B: hue angle of 322.55º 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 #C9248B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 139 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.21 |
| HSL | 322.55º | 0.7% | 0.46% | - |
| HSV(B) | 322.55º | 0.82% | 0.79% | - |
| XYZ | 29.38 | 15.54 | 25.88 | - |
| YUV | 97.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 139 | 0 | 0.82 | 0.31 | 0.21 | 322.55 | 0.7 | 0.46 |
| Hex | C9 | 24 | 8B | 0 | 52 | 1F | 15 | 143 | 46 | 2E |
| Octal | 311 | 44 | 213 | 0 | 122 | 37 | 25 | 503 | 106 | 56 |
| Binary | 11001001 | 100100 | 10001011 | 0 | 1010010 | 11111 | 10101 | 101000011 | 1000110 | 101110 |
Color Harmonies of #C9248B
Complementary color
Monochromatic Colors of #C9248B
Black with #C9248B
Text Example
Text Example
White with #C9248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9248B; }
p { color: rgb(201,36,139); }
H1.HeaderClassName
{
color: #C9248B;
}
.AnyTagClassName
{
color: #C9248B;
}
</style>
background-color css
<style>
a { background-color: #C9248B; }
a { background-color: rgb(201,36,139); }
div.DivClassName
{
background-color: #C9248B;
}
.BgClassName
{
background-color: #C9248B;
}
</style>
border-color css
<style>
span { border-color: #C9248B; }
span { border-color: rgb(201,36,139); }
td.TdClassName
{
border-color: #C9248B;
}
.TagClassName
{
border-color: #C9248B;
}
</style>