Shades of Medium Violet Red #C9247B
Tints of Medium Violet Red #C9247B
RGB
CMYK
RGB Variations
Color information
#C9247B (or 0xC9247B) is known color: Medium Violet Red. HEX triplet: C9, 24 and 7B. RGB value is (201,36,123). Sum of RGB (Red+Green+Blue) = 201+36+123=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9247B is #36DB84. Grayscale: #5F5F5F. Windows color (decimal): -3595141 or 8070345. OLE color: 8070345.
HSL color Cylindrical-coordinate representation of color #C9247B: hue angle of 328.36º 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 #C9247B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 123 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.21 |
| HSL | 328.36º | 0.7% | 0.46% | - |
| HSV(B) | 328.36º | 0.82% | 0.79% | - |
| XYZ | 28.29 | 15.11 | 20.16 | - |
| YUV | 95.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 123 | 0 | 0.82 | 0.39 | 0.21 | 328.36 | 0.7 | 0.46 |
| Hex | C9 | 24 | 7B | 0 | 52 | 27 | 15 | 148 | 46 | 2E |
| Octal | 311 | 44 | 173 | 0 | 122 | 47 | 25 | 510 | 106 | 56 |
| Binary | 11001001 | 100100 | 1111011 | 0 | 1010010 | 100111 | 10101 | 101001000 | 1000110 | 101110 |
Color Harmonies of #C9247B
Complementary color
Monochromatic Colors of #C9247B
Black with #C9247B
Text Example
Text Example
White with #C9247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9247B; }
p { color: rgb(201,36,123); }
H1.HeaderClassName
{
color: #C9247B;
}
.AnyTagClassName
{
color: #C9247B;
}
</style>
background-color css
<style>
a { background-color: #C9247B; }
a { background-color: rgb(201,36,123); }
div.DivClassName
{
background-color: #C9247B;
}
.BgClassName
{
background-color: #C9247B;
}
</style>
border-color css
<style>
span { border-color: #C9247B; }
span { border-color: rgb(201,36,123); }
td.TdClassName
{
border-color: #C9247B;
}
.TagClassName
{
border-color: #C9247B;
}
</style>