Shades of Medium Red Violet #C93499
Tints of Medium Red Violet #C93499
RGB
CMYK
RGB Variations
Color information
#C93499 (or 0xC93499) is known color: Medium Red Violet. HEX triplet: C9, 34 and 99. RGB value is (201,52,153). Sum of RGB (Red+Green+Blue) = 201+52+153=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C93499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93499 is #36CB66. Grayscale: #6B6B6B. Windows color (decimal): -3591015 or 10040521. OLE color: 10040521.
HSL color Cylindrical-coordinate representation of color #C93499: hue angle of 319.33º degrees, saturation: 0.59, 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 #C93499 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 153 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.21 |
| HSL | 319.33º | 0.59% | 0.5% | - |
| HSV(B) | 319.33º | 0.74% | 0.79% | - |
| XYZ | 31.07 | 17.17 | 31.81 | - |
| YUV | 108.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 153 | 0 | 0.74 | 0.24 | 0.21 | 319.33 | 0.59 | 0.5 |
| Hex | C9 | 34 | 99 | 0 | 4A | 18 | 15 | 13F | 3B | 32 |
| Octal | 311 | 64 | 231 | 0 | 112 | 30 | 25 | 477 | 73 | 62 |
| Binary | 11001001 | 110100 | 10011001 | 0 | 1001010 | 11000 | 10101 | 100111111 | 111011 | 110010 |
Color Harmonies of #C93499
Complementary color
Monochromatic Colors of #C93499
Black with #C93499
Text Example
Text Example
White with #C93499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93499; }
p { color: rgb(201,52,153); }
H1.HeaderClassName
{
color: #C93499;
}
.AnyTagClassName
{
color: #C93499;
}
</style>
background-color css
<style>
a { background-color: #C93499; }
a { background-color: rgb(201,52,153); }
div.DivClassName
{
background-color: #C93499;
}
.BgClassName
{
background-color: #C93499;
}
</style>
border-color css
<style>
span { border-color: #C93499; }
span { border-color: rgb(201,52,153); }
td.TdClassName
{
border-color: #C93499;
}
.TagClassName
{
border-color: #C93499;
}
</style>