Shades of Medium Red Violet #C93684
Tints of Medium Red Violet #C93684
RGB
CMYK
RGB Variations
Color information
#C93684 (or 0xC93684) is known color: Medium Red Violet. HEX triplet: C9, 36 and 84. RGB value is (201,54,132). Sum of RGB (Red+Green+Blue) = 201+54+132=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93684 is #36C97B. Grayscale: #6A6A6A. Windows color (decimal): -3590524 or 8664777. OLE color: 8664777.
HSL color Cylindrical-coordinate representation of color #C93684: hue angle of 328.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93684 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 132 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.21 |
| HSL | 328.16º | 0.58% | 0.5% | - |
| HSV(B) | 328.16º | 0.73% | 0.79% | - |
| XYZ | 29.57 | 16.72 | 23.5 | - |
| YUV | 106.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 132 | 0 | 0.73 | 0.34 | 0.21 | 328.16 | 0.58 | 0.5 |
| Hex | C9 | 36 | 84 | 0 | 49 | 22 | 15 | 148 | 3A | 32 |
| Octal | 311 | 66 | 204 | 0 | 111 | 42 | 25 | 510 | 72 | 62 |
| Binary | 11001001 | 110110 | 10000100 | 0 | 1001001 | 100010 | 10101 | 101001000 | 111010 | 110010 |
Color Harmonies of #C93684
Complementary color
Monochromatic Colors of #C93684
Black with #C93684
Text Example
Text Example
White with #C93684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93684; }
p { color: rgb(201,54,132); }
H1.HeaderClassName
{
color: #C93684;
}
.AnyTagClassName
{
color: #C93684;
}
</style>
background-color css
<style>
a { background-color: #C93684; }
a { background-color: rgb(201,54,132); }
div.DivClassName
{
background-color: #C93684;
}
.BgClassName
{
background-color: #C93684;
}
</style>
border-color css
<style>
span { border-color: #C93684; }
span { border-color: rgb(201,54,132); }
td.TdClassName
{
border-color: #C93684;
}
.TagClassName
{
border-color: #C93684;
}
</style>