Shades of Medium Violet Red #C10B80
Tints of Medium Violet Red #C10B80
RGB
CMYK
RGB Variations
Color information
#C10B80 (or 0xC10B80) is known color: Medium Violet Red. HEX triplet: C1, 0B and 80. RGB value is (193,11,128). Sum of RGB (Red+Green+Blue) = 193+11+128=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10B80 is #3EF47F. Grayscale: #4E4E4E. Windows color (decimal): -4125824 or 8391617. OLE color: 8391617.
HSL color Cylindrical-coordinate representation of color #C10B80: hue angle of 321.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B80 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.24 |
| HSL | 321.43º | 0.89% | 0.4% | - |
| HSV(B) | 321.43º | 0.94% | 0.76% | - |
| XYZ | 26.01 | 13.14 | 21.59 | - |
| YUV | 78.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 128 | 0 | 0.94 | 0.34 | 0.24 | 321.43 | 0.89 | 0.4 |
| Hex | C1 | B | 80 | 0 | 5E | 22 | 18 | 141 | 59 | 28 |
| Octal | 301 | 13 | 200 | 0 | 136 | 42 | 30 | 501 | 131 | 50 |
| Binary | 11000001 | 1011 | 10000000 | 0 | 1011110 | 100010 | 11000 | 101000001 | 1011001 | 101000 |
Color Harmonies of #C10B80
Complementary color
Monochromatic Colors of #C10B80
Black with #C10B80
Text Example
Text Example
White with #C10B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B80; }
p { color: rgb(193,11,128); }
H1.HeaderClassName
{
color: #C10B80;
}
.AnyTagClassName
{
color: #C10B80;
}
</style>
background-color css
<style>
a { background-color: #C10B80; }
a { background-color: rgb(193,11,128); }
div.DivClassName
{
background-color: #C10B80;
}
.BgClassName
{
background-color: #C10B80;
}
</style>
border-color css
<style>
span { border-color: #C10B80; }
span { border-color: rgb(193,11,128); }
td.TdClassName
{
border-color: #C10B80;
}
.TagClassName
{
border-color: #C10B80;
}
</style>