Shades of Medium Red Violet #C93B80
Tints of Medium Red Violet #C93B80
RGB
CMYK
RGB Variations
Color information
#C93B80 (or 0xC93B80) is known color: Medium Red Violet. HEX triplet: C9, 3B and 80. RGB value is (201,59,128). Sum of RGB (Red+Green+Blue) = 201+59+128=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93B80 is #36C47F. Grayscale: #6D6D6D. Windows color (decimal): -3589248 or 8403913. OLE color: 8403913.
HSL color Cylindrical-coordinate representation of color #C93B80: hue angle of 330.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B80 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 128 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.21 |
| HSL | 330.85º | 0.57% | 0.51% | - |
| HSV(B) | 330.85º | 0.71% | 0.79% | - |
| XYZ | 29.55 | 17.1 | 22.17 | - |
| YUV | 109.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 128 | 0 | 0.71 | 0.36 | 0.21 | 330.85 | 0.57 | 0.51 |
| Hex | C9 | 3B | 80 | 0 | 47 | 24 | 15 | 14B | 39 | 33 |
| Octal | 311 | 73 | 200 | 0 | 107 | 44 | 25 | 513 | 71 | 63 |
| Binary | 11001001 | 111011 | 10000000 | 0 | 1000111 | 100100 | 10101 | 101001011 | 111001 | 110011 |
Color Harmonies of #C93B80
Complementary color
Monochromatic Colors of #C93B80
Black with #C93B80
Text Example
Text Example
White with #C93B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B80; }
p { color: rgb(201,59,128); }
H1.HeaderClassName
{
color: #C93B80;
}
.AnyTagClassName
{
color: #C93B80;
}
</style>
background-color css
<style>
a { background-color: #C93B80; }
a { background-color: rgb(201,59,128); }
div.DivClassName
{
background-color: #C93B80;
}
.BgClassName
{
background-color: #C93B80;
}
</style>
border-color css
<style>
span { border-color: #C93B80; }
span { border-color: rgb(201,59,128); }
td.TdClassName
{
border-color: #C93B80;
}
.TagClassName
{
border-color: #C93B80;
}
</style>