Shades of Medium Red Violet #C9348E
Tints of Medium Red Violet #C9348E
RGB
CMYK
RGB Variations
Color information
#C9348E (or 0xC9348E) is known color: Medium Red Violet. HEX triplet: C9, 34 and 8E. RGB value is (201,52,142). Sum of RGB (Red+Green+Blue) = 201+52+142=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9348E is #36CB71. Grayscale: #6A6A6A. Windows color (decimal): -3591026 or 9319625. OLE color: 9319625.
HSL color Cylindrical-coordinate representation of color #C9348E: hue angle of 323.76º 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 #C9348E is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 142 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.21 |
| HSL | 323.76º | 0.59% | 0.5% | - |
| HSV(B) | 323.76º | 0.74% | 0.79% | - |
| XYZ | 30.2 | 16.83 | 27.25 | - |
| YUV | 106.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 142 | 0 | 0.74 | 0.29 | 0.21 | 323.76 | 0.59 | 0.5 |
| Hex | C9 | 34 | 8E | 0 | 4A | 1D | 15 | 144 | 3B | 32 |
| Octal | 311 | 64 | 216 | 0 | 112 | 35 | 25 | 504 | 73 | 62 |
| Binary | 11001001 | 110100 | 10001110 | 0 | 1001010 | 11101 | 10101 | 101000100 | 111011 | 110010 |
Color Harmonies of #C9348E
Complementary color
Monochromatic Colors of #C9348E
Black with #C9348E
Text Example
Text Example
White with #C9348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9348E; }
p { color: rgb(201,52,142); }
H1.HeaderClassName
{
color: #C9348E;
}
.AnyTagClassName
{
color: #C9348E;
}
</style>
background-color css
<style>
a { background-color: #C9348E; }
a { background-color: rgb(201,52,142); }
div.DivClassName
{
background-color: #C9348E;
}
.BgClassName
{
background-color: #C9348E;
}
</style>
border-color css
<style>
span { border-color: #C9348E; }
span { border-color: rgb(201,52,142); }
td.TdClassName
{
border-color: #C9348E;
}
.TagClassName
{
border-color: #C9348E;
}
</style>