Shades of Medium Red Violet #C9317B
Tints of Medium Red Violet #C9317B
RGB
CMYK
RGB Variations
Color information
#C9317B (or 0xC9317B) is known color: Medium Red Violet. HEX triplet: C9, 31 and 7B. RGB value is (201,49,123). Sum of RGB (Red+Green+Blue) = 201+49+123=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9317B is #36CE84. Grayscale: #666666. Windows color (decimal): -3591813 or 8073673. OLE color: 8073673.
HSL color Cylindrical-coordinate representation of color #C9317B: hue angle of 330.79º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9317B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 123 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.21 |
| HSL | 330.79º | 0.61% | 0.49% | - |
| HSV(B) | 330.79º | 0.76% | 0.79% | - |
| XYZ | 28.76 | 16.04 | 20.32 | - |
| YUV | 102.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 123 | 0 | 0.76 | 0.39 | 0.21 | 330.79 | 0.61 | 0.49 |
| Hex | C9 | 31 | 7B | 0 | 4C | 27 | 15 | 14B | 3D | 31 |
| Octal | 311 | 61 | 173 | 0 | 114 | 47 | 25 | 513 | 75 | 61 |
| Binary | 11001001 | 110001 | 1111011 | 0 | 1001100 | 100111 | 10101 | 101001011 | 111101 | 110001 |
Color Harmonies of #C9317B
Complementary color
Monochromatic Colors of #C9317B
Black with #C9317B
Text Example
Text Example
White with #C9317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9317B; }
p { color: rgb(201,49,123); }
H1.HeaderClassName
{
color: #C9317B;
}
.AnyTagClassName
{
color: #C9317B;
}
</style>
background-color css
<style>
a { background-color: #C9317B; }
a { background-color: rgb(201,49,123); }
div.DivClassName
{
background-color: #C9317B;
}
.BgClassName
{
background-color: #C9317B;
}
</style>
border-color css
<style>
span { border-color: #C9317B; }
span { border-color: rgb(201,49,123); }
td.TdClassName
{
border-color: #C9317B;
}
.TagClassName
{
border-color: #C9317B;
}
</style>