Shades of Medium Red Violet #C9397B
Tints of Medium Red Violet #C9397B
RGB
CMYK
RGB Variations
Color information
#C9397B (or 0xC9397B) is known color: Medium Red Violet. HEX triplet: C9, 39 and 7B. RGB value is (201,57,123). Sum of RGB (Red+Green+Blue) = 201+57+123=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9397B is #36C684. Grayscale: #6B6B6B. Windows color (decimal): -3589765 or 8075721. OLE color: 8075721.
HSL color Cylindrical-coordinate representation of color #C9397B: hue angle of 332.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9397B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 123 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.21 |
| HSL | 332.5º | 0.57% | 0.51% | - |
| HSV(B) | 332.5º | 0.72% | 0.79% | - |
| XYZ | 29.13 | 16.77 | 20.44 | - |
| YUV | 107.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 123 | 0 | 0.72 | 0.39 | 0.21 | 332.5 | 0.57 | 0.51 |
| Hex | C9 | 39 | 7B | 0 | 48 | 27 | 15 | 14C | 39 | 33 |
| Octal | 311 | 71 | 173 | 0 | 110 | 47 | 25 | 514 | 71 | 63 |
| Binary | 11001001 | 111001 | 1111011 | 0 | 1001000 | 100111 | 10101 | 101001100 | 111001 | 110011 |
Color Harmonies of #C9397B
Complementary color
Monochromatic Colors of #C9397B
Black with #C9397B
Text Example
Text Example
White with #C9397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9397B; }
p { color: rgb(201,57,123); }
H1.HeaderClassName
{
color: #C9397B;
}
.AnyTagClassName
{
color: #C9397B;
}
</style>
background-color css
<style>
a { background-color: #C9397B; }
a { background-color: rgb(201,57,123); }
div.DivClassName
{
background-color: #C9397B;
}
.BgClassName
{
background-color: #C9397B;
}
</style>
border-color css
<style>
span { border-color: #C9397B; }
span { border-color: rgb(201,57,123); }
td.TdClassName
{
border-color: #C9397B;
}
.TagClassName
{
border-color: #C9397B;
}
</style>