Shades of Medium Red Violet #C9338E
Tints of Medium Red Violet #C9338E
RGB
CMYK
RGB Variations
Color information
#C9338E (or 0xC9338E) is known color: Medium Red Violet. HEX triplet: C9, 33 and 8E. RGB value is (201,51,142). Sum of RGB (Red+Green+Blue) = 201+51+142=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338E is #36CC71. Grayscale: #6A6A6A. Windows color (decimal): -3591282 or 9319369. OLE color: 9319369.
HSL color Cylindrical-coordinate representation of color #C9338E: hue angle of 323.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9338E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 142 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.21 |
| HSL | 323.6º | 0.6% | 0.49% | - |
| HSV(B) | 323.6º | 0.75% | 0.79% | - |
| XYZ | 30.15 | 16.74 | 27.23 | - |
| YUV | 106.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 142 | 0 | 0.75 | 0.29 | 0.21 | 323.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 8E | 0 | 4B | 1D | 15 | 144 | 3C | 31 |
| Octal | 311 | 63 | 216 | 0 | 113 | 35 | 25 | 504 | 74 | 61 |
| Binary | 11001001 | 110011 | 10001110 | 0 | 1001011 | 11101 | 10101 | 101000100 | 111100 | 110001 |
Color Harmonies of #C9338E
Complementary color
Monochromatic Colors of #C9338E
Black with #C9338E
Text Example
Text Example
White with #C9338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9338E; }
p { color: rgb(201,51,142); }
H1.HeaderClassName
{
color: #C9338E;
}
.AnyTagClassName
{
color: #C9338E;
}
</style>
background-color css
<style>
a { background-color: #C9338E; }
a { background-color: rgb(201,51,142); }
div.DivClassName
{
background-color: #C9338E;
}
.BgClassName
{
background-color: #C9338E;
}
</style>
border-color css
<style>
span { border-color: #C9338E; }
span { border-color: rgb(201,51,142); }
td.TdClassName
{
border-color: #C9338E;
}
.TagClassName
{
border-color: #C9338E;
}
</style>