Shades of Medium Red Violet #C93182
Tints of Medium Red Violet #C93182
RGB
CMYK
RGB Variations
Color information
#C93182 (or 0xC93182) is known color: Medium Red Violet. HEX triplet: C9, 31 and 82. RGB value is (201,49,130). Sum of RGB (Red+Green+Blue) = 201+49+130=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93182 is #36CE7D. Grayscale: #676767. Windows color (decimal): -3591806 or 8532425. OLE color: 8532425.
HSL color Cylindrical-coordinate representation of color #C93182: hue angle of 328.03º 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 #C93182 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 130 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.21 |
| HSL | 328.03º | 0.61% | 0.49% | - |
| HSV(B) | 328.03º | 0.76% | 0.79% | - |
| XYZ | 29.21 | 16.23 | 22.71 | - |
| YUV | 103.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 130 | 0 | 0.76 | 0.35 | 0.21 | 328.03 | 0.61 | 0.49 |
| Hex | C9 | 31 | 82 | 0 | 4C | 23 | 15 | 148 | 3D | 31 |
| Octal | 311 | 61 | 202 | 0 | 114 | 43 | 25 | 510 | 75 | 61 |
| Binary | 11001001 | 110001 | 10000010 | 0 | 1001100 | 100011 | 10101 | 101001000 | 111101 | 110001 |
Color Harmonies of #C93182
Complementary color
Monochromatic Colors of #C93182
Black with #C93182
Text Example
Text Example
White with #C93182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93182; }
p { color: rgb(201,49,130); }
H1.HeaderClassName
{
color: #C93182;
}
.AnyTagClassName
{
color: #C93182;
}
</style>
background-color css
<style>
a { background-color: #C93182; }
a { background-color: rgb(201,49,130); }
div.DivClassName
{
background-color: #C93182;
}
.BgClassName
{
background-color: #C93182;
}
</style>
border-color css
<style>
span { border-color: #C93182; }
span { border-color: rgb(201,49,130); }
td.TdClassName
{
border-color: #C93182;
}
.TagClassName
{
border-color: #C93182;
}
</style>