Shades of Medium Red Violet #C93883
Tints of Medium Red Violet #C93883
RGB
CMYK
RGB Variations
Color information
#C93883 (or 0xC93883) is known color: Medium Red Violet. HEX triplet: C9, 38 and 83. RGB value is (201,56,131). Sum of RGB (Red+Green+Blue) = 201+56+131=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93883 is #36C77C. Grayscale: #6B6B6B. Windows color (decimal): -3590013 or 8599753. OLE color: 8599753.
HSL color Cylindrical-coordinate representation of color #C93883: hue angle of 328.97º 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 #C93883 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 131 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.21 |
| HSL | 328.97º | 0.57% | 0.5% | - |
| HSV(B) | 328.97º | 0.72% | 0.79% | - |
| XYZ | 29.6 | 16.88 | 23.17 | - |
| YUV | 107.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 131 | 0 | 0.72 | 0.35 | 0.21 | 328.97 | 0.57 | 0.5 |
| Hex | C9 | 38 | 83 | 0 | 48 | 23 | 15 | 149 | 39 | 32 |
| Octal | 311 | 70 | 203 | 0 | 110 | 43 | 25 | 511 | 71 | 62 |
| Binary | 11001001 | 111000 | 10000011 | 0 | 1001000 | 100011 | 10101 | 101001001 | 111001 | 110010 |
Color Harmonies of #C93883
Complementary color
Monochromatic Colors of #C93883
Black with #C93883
Text Example
Text Example
White with #C93883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93883; }
p { color: rgb(201,56,131); }
H1.HeaderClassName
{
color: #C93883;
}
.AnyTagClassName
{
color: #C93883;
}
</style>
background-color css
<style>
a { background-color: #C93883; }
a { background-color: rgb(201,56,131); }
div.DivClassName
{
background-color: #C93883;
}
.BgClassName
{
background-color: #C93883;
}
</style>
border-color css
<style>
span { border-color: #C93883; }
span { border-color: rgb(201,56,131); }
td.TdClassName
{
border-color: #C93883;
}
.TagClassName
{
border-color: #C93883;
}
</style>