Shades of Medium Red Violet #C93682
Tints of Medium Red Violet #C93682
RGB
CMYK
RGB Variations
Color information
#C93682 (or 0xC93682) is known color: Medium Red Violet. HEX triplet: C9, 36 and 82. RGB value is (201,54,130). Sum of RGB (Red+Green+Blue) = 201+54+130=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93682 is #36C97D. Grayscale: #6A6A6A. Windows color (decimal): -3590526 or 8533705. OLE color: 8533705.
HSL color Cylindrical-coordinate representation of color #C93682: hue angle of 328.98º 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 #C93682 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 130 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.21 |
| HSL | 328.98º | 0.58% | 0.5% | - |
| HSV(B) | 328.98º | 0.73% | 0.79% | - |
| XYZ | 29.44 | 16.67 | 22.78 | - |
| YUV | 106.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 130 | 0 | 0.73 | 0.35 | 0.21 | 328.98 | 0.58 | 0.5 |
| Hex | C9 | 36 | 82 | 0 | 49 | 23 | 15 | 149 | 3A | 32 |
| Octal | 311 | 66 | 202 | 0 | 111 | 43 | 25 | 511 | 72 | 62 |
| Binary | 11001001 | 110110 | 10000010 | 0 | 1001001 | 100011 | 10101 | 101001001 | 111010 | 110010 |
Color Harmonies of #C93682
Complementary color
Monochromatic Colors of #C93682
Black with #C93682
Text Example
Text Example
White with #C93682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93682; }
p { color: rgb(201,54,130); }
H1.HeaderClassName
{
color: #C93682;
}
.AnyTagClassName
{
color: #C93682;
}
</style>
background-color css
<style>
a { background-color: #C93682; }
a { background-color: rgb(201,54,130); }
div.DivClassName
{
background-color: #C93682;
}
.BgClassName
{
background-color: #C93682;
}
</style>
border-color css
<style>
span { border-color: #C93682; }
span { border-color: rgb(201,54,130); }
td.TdClassName
{
border-color: #C93682;
}
.TagClassName
{
border-color: #C93682;
}
</style>