Shades of Medium Red Violet #C9367E
Tints of Medium Red Violet #C9367E
RGB
CMYK
RGB Variations
Color information
#C9367E (or 0xC9367E) is known color: Medium Red Violet. HEX triplet: C9, 36 and 7E. RGB value is (201,54,126). Sum of RGB (Red+Green+Blue) = 201+54+126=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9367E is #36C981. Grayscale: #6A6A6A. Windows color (decimal): -3590530 or 8271561. OLE color: 8271561.
HSL color Cylindrical-coordinate representation of color #C9367E: hue angle of 330.61º 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 #C9367E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 126 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.21 |
| HSL | 330.61º | 0.58% | 0.5% | - |
| HSV(B) | 330.61º | 0.73% | 0.79% | - |
| XYZ | 29.17 | 16.56 | 21.4 | - |
| YUV | 106.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 126 | 0 | 0.73 | 0.37 | 0.21 | 330.61 | 0.58 | 0.5 |
| Hex | C9 | 36 | 7E | 0 | 49 | 25 | 15 | 14B | 3A | 32 |
| Octal | 311 | 66 | 176 | 0 | 111 | 45 | 25 | 513 | 72 | 62 |
| Binary | 11001001 | 110110 | 1111110 | 0 | 1001001 | 100101 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #C9367E
Complementary color
Monochromatic Colors of #C9367E
Black with #C9367E
Text Example
Text Example
White with #C9367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9367E; }
p { color: rgb(201,54,126); }
H1.HeaderClassName
{
color: #C9367E;
}
.AnyTagClassName
{
color: #C9367E;
}
</style>
background-color css
<style>
a { background-color: #C9367E; }
a { background-color: rgb(201,54,126); }
div.DivClassName
{
background-color: #C9367E;
}
.BgClassName
{
background-color: #C9367E;
}
</style>
border-color css
<style>
span { border-color: #C9367E; }
span { border-color: rgb(201,54,126); }
td.TdClassName
{
border-color: #C9367E;
}
.TagClassName
{
border-color: #C9367E;
}
</style>