Shades of Medium Red Violet #C9337A
Tints of Medium Red Violet #C9337A
RGB
CMYK
RGB Variations
Color information
#C9337A (or 0xC9337A) is known color: Medium Red Violet. HEX triplet: C9, 33 and 7A. RGB value is (201,51,122). Sum of RGB (Red+Green+Blue) = 201+51+122=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9337A is #36CC85. Grayscale: #676767. Windows color (decimal): -3591302 or 8008649. OLE color: 8008649.
HSL color Cylindrical-coordinate representation of color #C9337A: hue angle of 331.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 #C9337A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 122 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.21 |
| HSL | 331.6º | 0.6% | 0.49% | - |
| HSV(B) | 331.6º | 0.75% | 0.79% | - |
| XYZ | 28.78 | 16.19 | 20.02 | - |
| YUV | 103.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 122 | 0 | 0.75 | 0.39 | 0.21 | 331.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | 7A | 0 | 4B | 27 | 15 | 14C | 3C | 31 |
| Octal | 311 | 63 | 172 | 0 | 113 | 47 | 25 | 514 | 74 | 61 |
| Binary | 11001001 | 110011 | 1111010 | 0 | 1001011 | 100111 | 10101 | 101001100 | 111100 | 110001 |
Color Harmonies of #C9337A
Complementary color
Monochromatic Colors of #C9337A
Black with #C9337A
Text Example
Text Example
White with #C9337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9337A; }
p { color: rgb(201,51,122); }
H1.HeaderClassName
{
color: #C9337A;
}
.AnyTagClassName
{
color: #C9337A;
}
</style>
background-color css
<style>
a { background-color: #C9337A; }
a { background-color: rgb(201,51,122); }
div.DivClassName
{
background-color: #C9337A;
}
.BgClassName
{
background-color: #C9337A;
}
</style>
border-color css
<style>
span { border-color: #C9337A; }
span { border-color: rgb(201,51,122); }
td.TdClassName
{
border-color: #C9337A;
}
.TagClassName
{
border-color: #C9337A;
}
</style>