Shades of Medium Red Violet #C9368E
Tints of Medium Red Violet #C9368E
RGB
CMYK
RGB Variations
Color information
#C9368E (or 0xC9368E) is known color: Medium Red Violet. HEX triplet: C9, 36 and 8E. RGB value is (201,54,142). Sum of RGB (Red+Green+Blue) = 201+54+142=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9368E is #36C971. Grayscale: #6B6B6B. Windows color (decimal): -3590514 or 9320137. OLE color: 9320137.
HSL color Cylindrical-coordinate representation of color #C9368E: hue angle of 324.08º 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 #C9368E is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 142 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.21 |
| HSL | 324.08º | 0.58% | 0.5% | - |
| HSV(B) | 324.08º | 0.73% | 0.79% | - |
| XYZ | 30.29 | 17.01 | 27.28 | - |
| YUV | 107.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 142 | 0 | 0.73 | 0.29 | 0.21 | 324.08 | 0.58 | 0.5 |
| Hex | C9 | 36 | 8E | 0 | 49 | 1D | 15 | 144 | 3A | 32 |
| Octal | 311 | 66 | 216 | 0 | 111 | 35 | 25 | 504 | 72 | 62 |
| Binary | 11001001 | 110110 | 10001110 | 0 | 1001001 | 11101 | 10101 | 101000100 | 111010 | 110010 |
Color Harmonies of #C9368E
Complementary color
Monochromatic Colors of #C9368E
Black with #C9368E
Text Example
Text Example
White with #C9368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9368E; }
p { color: rgb(201,54,142); }
H1.HeaderClassName
{
color: #C9368E;
}
.AnyTagClassName
{
color: #C9368E;
}
</style>
background-color css
<style>
a { background-color: #C9368E; }
a { background-color: rgb(201,54,142); }
div.DivClassName
{
background-color: #C9368E;
}
.BgClassName
{
background-color: #C9368E;
}
</style>
border-color css
<style>
span { border-color: #C9368E; }
span { border-color: rgb(201,54,142); }
td.TdClassName
{
border-color: #C9368E;
}
.TagClassName
{
border-color: #C9368E;
}
</style>