Shades of Medium Violet Red #C9248A
Tints of Medium Violet Red #C9248A
RGB
CMYK
RGB Variations
Color information
#C9248A (or 0xC9248A) is known color: Medium Violet Red. HEX triplet: C9, 24 and 8A. RGB value is (201,36,138). Sum of RGB (Red+Green+Blue) = 201+36+138=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9248A is #36DB75. Grayscale: #606060. Windows color (decimal): -3595126 or 9053385. OLE color: 9053385.
HSL color Cylindrical-coordinate representation of color #C9248A: hue angle of 322.91º 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 #C9248A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 138 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.21 |
| HSL | 322.91º | 0.7% | 0.46% | - |
| HSV(B) | 322.91º | 0.82% | 0.79% | - |
| XYZ | 29.31 | 15.51 | 25.49 | - |
| YUV | 96.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 138 | 0 | 0.82 | 0.31 | 0.21 | 322.91 | 0.7 | 0.46 |
| Hex | C9 | 24 | 8A | 0 | 52 | 1F | 15 | 143 | 46 | 2E |
| Octal | 311 | 44 | 212 | 0 | 122 | 37 | 25 | 503 | 106 | 56 |
| Binary | 11001001 | 100100 | 10001010 | 0 | 1010010 | 11111 | 10101 | 101000011 | 1000110 | 101110 |
Color Harmonies of #C9248A
Complementary color
Monochromatic Colors of #C9248A
Black with #C9248A
Text Example
Text Example
White with #C9248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9248A; }
p { color: rgb(201,36,138); }
H1.HeaderClassName
{
color: #C9248A;
}
.AnyTagClassName
{
color: #C9248A;
}
</style>
background-color css
<style>
a { background-color: #C9248A; }
a { background-color: rgb(201,36,138); }
div.DivClassName
{
background-color: #C9248A;
}
.BgClassName
{
background-color: #C9248A;
}
</style>
border-color css
<style>
span { border-color: #C9248A; }
span { border-color: rgb(201,36,138); }
td.TdClassName
{
border-color: #C9248A;
}
.TagClassName
{
border-color: #C9248A;
}
</style>