Shades of Medium Red Violet #C9367C
Tints of Medium Red Violet #C9367C
RGB
CMYK
RGB Variations
Color information
#C9367C (or 0xC9367C) is known color: Medium Red Violet. HEX triplet: C9, 36 and 7C. RGB value is (201,54,124). Sum of RGB (Red+Green+Blue) = 201+54+124=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9367C is #36C983. Grayscale: #696969. Windows color (decimal): -3590532 or 8140489. OLE color: 8140489.
HSL color Cylindrical-coordinate representation of color #C9367C: hue angle of 331.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9367C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 124 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.21 |
| HSL | 331.43º | 0.58% | 0.5% | - |
| HSV(B) | 331.43º | 0.73% | 0.79% | - |
| XYZ | 29.04 | 16.51 | 20.72 | - |
| YUV | 105.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 124 | 0 | 0.73 | 0.38 | 0.21 | 331.43 | 0.58 | 0.5 |
| Hex | C9 | 36 | 7C | 0 | 49 | 26 | 15 | 14B | 3A | 32 |
| Octal | 311 | 66 | 174 | 0 | 111 | 46 | 25 | 513 | 72 | 62 |
| Binary | 11001001 | 110110 | 1111100 | 0 | 1001001 | 100110 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #C9367C
Complementary color
Monochromatic Colors of #C9367C
Black with #C9367C
Text Example
Text Example
White with #C9367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9367C; }
p { color: rgb(201,54,124); }
H1.HeaderClassName
{
color: #C9367C;
}
.AnyTagClassName
{
color: #C9367C;
}
</style>
background-color css
<style>
a { background-color: #C9367C; }
a { background-color: rgb(201,54,124); }
div.DivClassName
{
background-color: #C9367C;
}
.BgClassName
{
background-color: #C9367C;
}
</style>
border-color css
<style>
span { border-color: #C9367C; }
span { border-color: rgb(201,54,124); }
td.TdClassName
{
border-color: #C9367C;
}
.TagClassName
{
border-color: #C9367C;
}
</style>