Shades of Medium Red Violet #C9357B
Tints of Medium Red Violet #C9357B
RGB
CMYK
RGB Variations
Color information
#C9357B (or 0xC9357B) is known color: Medium Red Violet. HEX triplet: C9, 35 and 7B. RGB value is (201,53,123). Sum of RGB (Red+Green+Blue) = 201+53+123=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9357B is #36CA84. Grayscale: #696969. Windows color (decimal): -3590789 or 8074697. OLE color: 8074697.
HSL color Cylindrical-coordinate representation of color #C9357B: hue angle of 331.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9357B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.21 |
| HSL | 331.62º | 0.58% | 0.5% | - |
| HSV(B) | 331.62º | 0.74% | 0.79% | - |
| XYZ | 28.94 | 16.39 | 20.38 | - |
| YUV | 105.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 123 | 0 | 0.74 | 0.39 | 0.21 | 331.62 | 0.58 | 0.5 |
| Hex | C9 | 35 | 7B | 0 | 4A | 27 | 15 | 14C | 3A | 32 |
| Octal | 311 | 65 | 173 | 0 | 112 | 47 | 25 | 514 | 72 | 62 |
| Binary | 11001001 | 110101 | 1111011 | 0 | 1001010 | 100111 | 10101 | 101001100 | 111010 | 110010 |
Color Harmonies of #C9357B
Complementary color
Monochromatic Colors of #C9357B
Black with #C9357B
Text Example
Text Example
White with #C9357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9357B; }
p { color: rgb(201,53,123); }
H1.HeaderClassName
{
color: #C9357B;
}
.AnyTagClassName
{
color: #C9357B;
}
</style>
background-color css
<style>
a { background-color: #C9357B; }
a { background-color: rgb(201,53,123); }
div.DivClassName
{
background-color: #C9357B;
}
.BgClassName
{
background-color: #C9357B;
}
</style>
border-color css
<style>
span { border-color: #C9357B; }
span { border-color: rgb(201,53,123); }
td.TdClassName
{
border-color: #C9357B;
}
.TagClassName
{
border-color: #C9357B;
}
</style>