Shades of Medium Red Violet #C9339D
Tints of Medium Red Violet #C9339D
RGB
CMYK
RGB Variations
Color information
#C9339D (or 0xC9339D) is known color: Medium Red Violet. HEX triplet: C9, 33 and 9D. RGB value is (201,51,157). Sum of RGB (Red+Green+Blue) = 201+51+157=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9339D is #36CC62. Grayscale: #6B6B6B. Windows color (decimal): -3591267 or 10302409. OLE color: 10302409.
HSL color Cylindrical-coordinate representation of color #C9339D: hue angle of 317.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 #C9339D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 157 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.21 |
| HSL | 317.6º | 0.6% | 0.49% | - |
| HSV(B) | 317.6º | 0.75% | 0.79% | - |
| XYZ | 31.36 | 17.22 | 33.57 | - |
| YUV | 107.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 157 | 0 | 0.75 | 0.22 | 0.21 | 317.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 9D | 0 | 4B | 16 | 15 | 13E | 3C | 31 |
| Octal | 311 | 63 | 235 | 0 | 113 | 26 | 25 | 476 | 74 | 61 |
| Binary | 11001001 | 110011 | 10011101 | 0 | 1001011 | 10110 | 10101 | 100111110 | 111100 | 110001 |
Color Harmonies of #C9339D
Complementary color
Monochromatic Colors of #C9339D
Black with #C9339D
Text Example
Text Example
White with #C9339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9339D; }
p { color: rgb(201,51,157); }
H1.HeaderClassName
{
color: #C9339D;
}
.AnyTagClassName
{
color: #C9339D;
}
</style>
background-color css
<style>
a { background-color: #C9339D; }
a { background-color: rgb(201,51,157); }
div.DivClassName
{
background-color: #C9339D;
}
.BgClassName
{
background-color: #C9339D;
}
</style>
border-color css
<style>
span { border-color: #C9339D; }
span { border-color: rgb(201,51,157); }
td.TdClassName
{
border-color: #C9339D;
}
.TagClassName
{
border-color: #C9339D;
}
</style>