Shades of Medium Red Violet #C93782
Tints of Medium Red Violet #C93782
RGB
CMYK
RGB Variations
Color information
#C93782 (or 0xC93782) is known color: Medium Red Violet. HEX triplet: C9, 37 and 82. RGB value is (201,55,130). Sum of RGB (Red+Green+Blue) = 201+55+130=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93782 is #36C87D. Grayscale: #6B6B6B. Windows color (decimal): -3590270 or 8533961. OLE color: 8533961.
HSL color Cylindrical-coordinate representation of color #C93782: hue angle of 329.18º degrees, saturation: 0.57, 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 #C93782 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 130 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.21 |
| HSL | 329.18º | 0.57% | 0.5% | - |
| HSV(B) | 329.18º | 0.73% | 0.79% | - |
| XYZ | 29.48 | 16.76 | 22.8 | - |
| YUV | 107.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 130 | 0 | 0.73 | 0.35 | 0.21 | 329.18 | 0.57 | 0.5 |
| Hex | C9 | 37 | 82 | 0 | 49 | 23 | 15 | 149 | 39 | 32 |
| Octal | 311 | 67 | 202 | 0 | 111 | 43 | 25 | 511 | 71 | 62 |
| Binary | 11001001 | 110111 | 10000010 | 0 | 1001001 | 100011 | 10101 | 101001001 | 111001 | 110010 |
Color Harmonies of #C93782
Complementary color
Monochromatic Colors of #C93782
Black with #C93782
Text Example
Text Example
White with #C93782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93782; }
p { color: rgb(201,55,130); }
H1.HeaderClassName
{
color: #C93782;
}
.AnyTagClassName
{
color: #C93782;
}
</style>
background-color css
<style>
a { background-color: #C93782; }
a { background-color: rgb(201,55,130); }
div.DivClassName
{
background-color: #C93782;
}
.BgClassName
{
background-color: #C93782;
}
</style>
border-color css
<style>
span { border-color: #C93782; }
span { border-color: rgb(201,55,130); }
td.TdClassName
{
border-color: #C93782;
}
.TagClassName
{
border-color: #C93782;
}
</style>