Shades of Medium Red Violet #C9348D
Tints of Medium Red Violet #C9348D
RGB
CMYK
RGB Variations
Color information
#C9348D (or 0xC9348D) is known color: Medium Red Violet. HEX triplet: C9, 34 and 8D. RGB value is (201,52,141). Sum of RGB (Red+Green+Blue) = 201+52+141=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9348D is #36CB72. Grayscale: #6A6A6A. Windows color (decimal): -3591027 or 9254089. OLE color: 9254089.
HSL color Cylindrical-coordinate representation of color #C9348D: hue angle of 324.16º 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 #C9348D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 141 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.21 |
| HSL | 324.16º | 0.59% | 0.5% | - |
| HSV(B) | 324.16º | 0.74% | 0.79% | - |
| XYZ | 30.12 | 16.8 | 26.85 | - |
| YUV | 106.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 141 | 0 | 0.74 | 0.30 | 0.21 | 324.16 | 0.59 | 0.5 |
| Hex | C9 | 34 | 8D | 0 | 4A | 1E | 15 | 144 | 3B | 32 |
| Octal | 311 | 64 | 215 | 0 | 112 | 36 | 25 | 504 | 73 | 62 |
| Binary | 11001001 | 110100 | 10001101 | 0 | 1001010 | 11110 | 10101 | 101000100 | 111011 | 110010 |
Color Harmonies of #C9348D
Complementary color
Monochromatic Colors of #C9348D
Black with #C9348D
Text Example
Text Example
White with #C9348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9348D; }
p { color: rgb(201,52,141); }
H1.HeaderClassName
{
color: #C9348D;
}
.AnyTagClassName
{
color: #C9348D;
}
</style>
background-color css
<style>
a { background-color: #C9348D; }
a { background-color: rgb(201,52,141); }
div.DivClassName
{
background-color: #C9348D;
}
.BgClassName
{
background-color: #C9348D;
}
</style>
border-color css
<style>
span { border-color: #C9348D; }
span { border-color: rgb(201,52,141); }
td.TdClassName
{
border-color: #C9348D;
}
.TagClassName
{
border-color: #C9348D;
}
</style>