Shades of Medium Red Violet #C9339B
Tints of Medium Red Violet #C9339B
RGB
CMYK
RGB Variations
Color information
#C9339B (or 0xC9339B) is known color: Medium Red Violet. HEX triplet: C9, 33 and 9B. RGB value is (201,51,155). Sum of RGB (Red+Green+Blue) = 201+51+155=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9339B is #36CC64. Grayscale: #6B6B6B. Windows color (decimal): -3591269 or 10171337. OLE color: 10171337.
HSL color Cylindrical-coordinate representation of color #C9339B: hue angle of 318.4º 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 #C9339B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 155 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.21 |
| HSL | 318.4º | 0.6% | 0.49% | - |
| HSV(B) | 318.4º | 0.75% | 0.79% | - |
| XYZ | 31.19 | 17.15 | 32.68 | - |
| YUV | 107.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 155 | 0 | 0.75 | 0.23 | 0.21 | 318.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | 9B | 0 | 4B | 17 | 15 | 13E | 3C | 31 |
| Octal | 311 | 63 | 233 | 0 | 113 | 27 | 25 | 476 | 74 | 61 |
| Binary | 11001001 | 110011 | 10011011 | 0 | 1001011 | 10111 | 10101 | 100111110 | 111100 | 110001 |
Color Harmonies of #C9339B
Complementary color
Monochromatic Colors of #C9339B
Black with #C9339B
Text Example
Text Example
White with #C9339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9339B; }
p { color: rgb(201,51,155); }
H1.HeaderClassName
{
color: #C9339B;
}
.AnyTagClassName
{
color: #C9339B;
}
</style>
background-color css
<style>
a { background-color: #C9339B; }
a { background-color: rgb(201,51,155); }
div.DivClassName
{
background-color: #C9339B;
}
.BgClassName
{
background-color: #C9339B;
}
</style>
border-color css
<style>
span { border-color: #C9339B; }
span { border-color: rgb(201,51,155); }
td.TdClassName
{
border-color: #C9339B;
}
.TagClassName
{
border-color: #C9339B;
}
</style>