Shades of Medium Red Violet #C93084
Tints of Medium Red Violet #C93084
RGB
CMYK
RGB Variations
Color information
#C93084 (or 0xC93084) is known color: Medium Red Violet. HEX triplet: C9, 30 and 84. RGB value is (201,48,132). Sum of RGB (Red+Green+Blue) = 201+48+132=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93084 is #36CF7B. Grayscale: #676767. Windows color (decimal): -3592060 or 8663241. OLE color: 8663241.
HSL color Cylindrical-coordinate representation of color #C93084: hue angle of 327.06º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93084 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 132 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.21 |
| HSL | 327.06º | 0.61% | 0.49% | - |
| HSV(B) | 327.06º | 0.76% | 0.79% | - |
| XYZ | 29.31 | 16.2 | 23.41 | - |
| YUV | 103.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 132 | 0 | 0.76 | 0.34 | 0.21 | 327.06 | 0.61 | 0.49 |
| Hex | C9 | 30 | 84 | 0 | 4C | 22 | 15 | 147 | 3D | 31 |
| Octal | 311 | 60 | 204 | 0 | 114 | 42 | 25 | 507 | 75 | 61 |
| Binary | 11001001 | 110000 | 10000100 | 0 | 1001100 | 100010 | 10101 | 101000111 | 111101 | 110001 |
Color Harmonies of #C93084
Complementary color
Monochromatic Colors of #C93084
Black with #C93084
Text Example
Text Example
White with #C93084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93084; }
p { color: rgb(201,48,132); }
H1.HeaderClassName
{
color: #C93084;
}
.AnyTagClassName
{
color: #C93084;
}
</style>
background-color css
<style>
a { background-color: #C93084; }
a { background-color: rgb(201,48,132); }
div.DivClassName
{
background-color: #C93084;
}
.BgClassName
{
background-color: #C93084;
}
</style>
border-color css
<style>
span { border-color: #C93084; }
span { border-color: rgb(201,48,132); }
td.TdClassName
{
border-color: #C93084;
}
.TagClassName
{
border-color: #C93084;
}
</style>