Shades of Medium Red Violet #C9338C
Tints of Medium Red Violet #C9338C
RGB
CMYK
RGB Variations
Color information
#C9338C (or 0xC9338C) is known color: Medium Red Violet. HEX triplet: C9, 33 and 8C. RGB value is (201,51,140). Sum of RGB (Red+Green+Blue) = 201+51+140=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9338C is #36CC73. Grayscale: #696969. Windows color (decimal): -3591284 or 9188297. OLE color: 9188297.
HSL color Cylindrical-coordinate representation of color #C9338C: hue angle of 324.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 #C9338C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 140 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.21 |
| HSL | 324.4º | 0.6% | 0.49% | - |
| HSV(B) | 324.4º | 0.75% | 0.79% | - |
| XYZ | 30 | 16.68 | 26.45 | - |
| YUV | 106 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 140 | 0 | 0.75 | 0.30 | 0.21 | 324.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | 8C | 0 | 4B | 1E | 15 | 144 | 3C | 31 |
| Octal | 311 | 63 | 214 | 0 | 113 | 36 | 25 | 504 | 74 | 61 |
| Binary | 11001001 | 110011 | 10001100 | 0 | 1001011 | 11110 | 10101 | 101000100 | 111100 | 110001 |
Color Harmonies of #C9338C
Complementary color
Monochromatic Colors of #C9338C
Black with #C9338C
Text Example
Text Example
White with #C9338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9338C; }
p { color: rgb(201,51,140); }
H1.HeaderClassName
{
color: #C9338C;
}
.AnyTagClassName
{
color: #C9338C;
}
</style>
background-color css
<style>
a { background-color: #C9338C; }
a { background-color: rgb(201,51,140); }
div.DivClassName
{
background-color: #C9338C;
}
.BgClassName
{
background-color: #C9338C;
}
</style>
border-color css
<style>
span { border-color: #C9338C; }
span { border-color: rgb(201,51,140); }
td.TdClassName
{
border-color: #C9338C;
}
.TagClassName
{
border-color: #C9338C;
}
</style>