Shades of Medium Red Violet #C93882
Tints of Medium Red Violet #C93882
RGB
CMYK
RGB Variations
Color information
#C93882 (or 0xC93882) is known color: Medium Red Violet. HEX triplet: C9, 38 and 82. RGB value is (201,56,130). Sum of RGB (Red+Green+Blue) = 201+56+130=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93882 is #36C77D. Grayscale: #6B6B6B. Windows color (decimal): -3590014 or 8534217. OLE color: 8534217.
HSL color Cylindrical-coordinate representation of color #C93882: hue angle of 329.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93882 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 130 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.21 |
| HSL | 329.38º | 0.57% | 0.5% | - |
| HSV(B) | 329.38º | 0.72% | 0.79% | - |
| XYZ | 29.53 | 16.86 | 22.82 | - |
| YUV | 107.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 130 | 0 | 0.72 | 0.35 | 0.21 | 329.38 | 0.57 | 0.5 |
| Hex | C9 | 38 | 82 | 0 | 48 | 23 | 15 | 149 | 39 | 32 |
| Octal | 311 | 70 | 202 | 0 | 110 | 43 | 25 | 511 | 71 | 62 |
| Binary | 11001001 | 111000 | 10000010 | 0 | 1001000 | 100011 | 10101 | 101001001 | 111001 | 110010 |
Color Harmonies of #C93882
Complementary color
Monochromatic Colors of #C93882
Black with #C93882
Text Example
Text Example
White with #C93882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93882; }
p { color: rgb(201,56,130); }
H1.HeaderClassName
{
color: #C93882;
}
.AnyTagClassName
{
color: #C93882;
}
</style>
background-color css
<style>
a { background-color: #C93882; }
a { background-color: rgb(201,56,130); }
div.DivClassName
{
background-color: #C93882;
}
.BgClassName
{
background-color: #C93882;
}
</style>
border-color css
<style>
span { border-color: #C93882; }
span { border-color: rgb(201,56,130); }
td.TdClassName
{
border-color: #C93882;
}
.TagClassName
{
border-color: #C93882;
}
</style>