Shades of Medium Red Violet #C9358B
Tints of Medium Red Violet #C9358B
RGB
CMYK
RGB Variations
Color information
#C9358B (or 0xC9358B) is known color: Medium Red Violet. HEX triplet: C9, 35 and 8B. RGB value is (201,53,139). Sum of RGB (Red+Green+Blue) = 201+53+139=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9358B is #36CA74. Grayscale: #6A6A6A. Windows color (decimal): -3590773 or 9123273. OLE color: 9123273.
HSL color Cylindrical-coordinate representation of color #C9358B: hue angle of 325.14º 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 #C9358B is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 139 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.21 |
| HSL | 325.14º | 0.58% | 0.5% | - |
| HSV(B) | 325.14º | 0.74% | 0.79% | - |
| XYZ | 30.02 | 16.83 | 26.09 | - |
| YUV | 107.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 139 | 0 | 0.74 | 0.31 | 0.21 | 325.14 | 0.58 | 0.5 |
| Hex | C9 | 35 | 8B | 0 | 4A | 1F | 15 | 145 | 3A | 32 |
| Octal | 311 | 65 | 213 | 0 | 112 | 37 | 25 | 505 | 72 | 62 |
| Binary | 11001001 | 110101 | 10001011 | 0 | 1001010 | 11111 | 10101 | 101000101 | 111010 | 110010 |
Color Harmonies of #C9358B
Complementary color
Monochromatic Colors of #C9358B
Black with #C9358B
Text Example
Text Example
White with #C9358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9358B; }
p { color: rgb(201,53,139); }
H1.HeaderClassName
{
color: #C9358B;
}
.AnyTagClassName
{
color: #C9358B;
}
</style>
background-color css
<style>
a { background-color: #C9358B; }
a { background-color: rgb(201,53,139); }
div.DivClassName
{
background-color: #C9358B;
}
.BgClassName
{
background-color: #C9358B;
}
</style>
border-color css
<style>
span { border-color: #C9358B; }
span { border-color: rgb(201,53,139); }
td.TdClassName
{
border-color: #C9358B;
}
.TagClassName
{
border-color: #C9358B;
}
</style>