Shades of Medium Violet Red #C9248F
Tints of Medium Violet Red #C9248F
RGB
CMYK
RGB Variations
Color information
#C9248F (or 0xC9248F) is known color: Medium Violet Red. HEX triplet: C9, 24 and 8F. RGB value is (201,36,143). Sum of RGB (Red+Green+Blue) = 201+36+143=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9248F is #36DB70. Grayscale: #616161. Windows color (decimal): -3595121 or 9381065. OLE color: 9381065.
HSL color Cylindrical-coordinate representation of color #C9248F: hue angle of 321.09º 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 #C9248F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 143 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.21 |
| HSL | 321.09º | 0.7% | 0.46% | - |
| HSV(B) | 321.09º | 0.82% | 0.79% | - |
| XYZ | 29.68 | 15.66 | 27.45 | - |
| YUV | 97.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 143 | 0 | 0.82 | 0.29 | 0.21 | 321.09 | 0.7 | 0.46 |
| Hex | C9 | 24 | 8F | 0 | 52 | 1D | 15 | 141 | 46 | 2E |
| Octal | 311 | 44 | 217 | 0 | 122 | 35 | 25 | 501 | 106 | 56 |
| Binary | 11001001 | 100100 | 10001111 | 0 | 1010010 | 11101 | 10101 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C9248F
Complementary color
Monochromatic Colors of #C9248F
Black with #C9248F
Text Example
Text Example
White with #C9248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9248F; }
p { color: rgb(201,36,143); }
H1.HeaderClassName
{
color: #C9248F;
}
.AnyTagClassName
{
color: #C9248F;
}
</style>
background-color css
<style>
a { background-color: #C9248F; }
a { background-color: rgb(201,36,143); }
div.DivClassName
{
background-color: #C9248F;
}
.BgClassName
{
background-color: #C9248F;
}
</style>
border-color css
<style>
span { border-color: #C9248F; }
span { border-color: rgb(201,36,143); }
td.TdClassName
{
border-color: #C9248F;
}
.TagClassName
{
border-color: #C9248F;
}
</style>