Shades of Medium Red Violet #C9347E
Tints of Medium Red Violet #C9347E
RGB
CMYK
RGB Variations
Color information
#C9347E (or 0xC9347E) is known color: Medium Red Violet. HEX triplet: C9, 34 and 7E. RGB value is (201,52,126). Sum of RGB (Red+Green+Blue) = 201+52+126=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9347E is #36CB81. Grayscale: #686868. Windows color (decimal): -3591042 or 8271049. OLE color: 8271049.
HSL color Cylindrical-coordinate representation of color #C9347E: hue angle of 330.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9347E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 126 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.21 |
| HSL | 330.2º | 0.59% | 0.5% | - |
| HSV(B) | 330.2º | 0.74% | 0.79% | - |
| XYZ | 29.08 | 16.38 | 21.37 | - |
| YUV | 104.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 126 | 0 | 0.74 | 0.37 | 0.21 | 330.2 | 0.59 | 0.5 |
| Hex | C9 | 34 | 7E | 0 | 4A | 25 | 15 | 14A | 3B | 32 |
| Octal | 311 | 64 | 176 | 0 | 112 | 45 | 25 | 512 | 73 | 62 |
| Binary | 11001001 | 110100 | 1111110 | 0 | 1001010 | 100101 | 10101 | 101001010 | 111011 | 110010 |
Color Harmonies of #C9347E
Complementary color
Monochromatic Colors of #C9347E
Black with #C9347E
Text Example
Text Example
White with #C9347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9347E; }
p { color: rgb(201,52,126); }
H1.HeaderClassName
{
color: #C9347E;
}
.AnyTagClassName
{
color: #C9347E;
}
</style>
background-color css
<style>
a { background-color: #C9347E; }
a { background-color: rgb(201,52,126); }
div.DivClassName
{
background-color: #C9347E;
}
.BgClassName
{
background-color: #C9347E;
}
</style>
border-color css
<style>
span { border-color: #C9347E; }
span { border-color: rgb(201,52,126); }
td.TdClassName
{
border-color: #C9347E;
}
.TagClassName
{
border-color: #C9347E;
}
</style>