Shades of Medium Red Violet #C9359A
Tints of Medium Red Violet #C9359A
RGB
CMYK
RGB Variations
Color information
#C9359A (or 0xC9359A) is known color: Medium Red Violet. HEX triplet: C9, 35 and 9A. RGB value is (201,53,154). Sum of RGB (Red+Green+Blue) = 201+53+154=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9359A is #36CA65. Grayscale: #6C6C6C. Windows color (decimal): -3590758 or 10106313. OLE color: 10106313.
HSL color Cylindrical-coordinate representation of color #C9359A: hue angle of 319.05º 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 #C9359A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 154 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.21 |
| HSL | 319.05º | 0.58% | 0.5% | - |
| HSV(B) | 319.05º | 0.74% | 0.79% | - |
| XYZ | 31.19 | 17.3 | 32.27 | - |
| YUV | 108.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 154 | 0 | 0.74 | 0.23 | 0.21 | 319.05 | 0.58 | 0.5 |
| Hex | C9 | 35 | 9A | 0 | 4A | 17 | 15 | 13F | 3A | 32 |
| Octal | 311 | 65 | 232 | 0 | 112 | 27 | 25 | 477 | 72 | 62 |
| Binary | 11001001 | 110101 | 10011010 | 0 | 1001010 | 10111 | 10101 | 100111111 | 111010 | 110010 |
Color Harmonies of #C9359A
Complementary color
Monochromatic Colors of #C9359A
Black with #C9359A
Text Example
Text Example
White with #C9359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9359A; }
p { color: rgb(201,53,154); }
H1.HeaderClassName
{
color: #C9359A;
}
.AnyTagClassName
{
color: #C9359A;
}
</style>
background-color css
<style>
a { background-color: #C9359A; }
a { background-color: rgb(201,53,154); }
div.DivClassName
{
background-color: #C9359A;
}
.BgClassName
{
background-color: #C9359A;
}
</style>
border-color css
<style>
span { border-color: #C9359A; }
span { border-color: rgb(201,53,154); }
td.TdClassName
{
border-color: #C9359A;
}
.TagClassName
{
border-color: #C9359A;
}
</style>