Shades of Medium Violet Red #C10B6D
Tints of Medium Violet Red #C10B6D
RGB
CMYK
RGB Variations
Color information
#C10B6D (or 0xC10B6D) is known color: Medium Violet Red. HEX triplet: C1, 0B and 6D. RGB value is (193,11,109). Sum of RGB (Red+Green+Blue) = 193+11+109=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B6D is #3EF492. Grayscale: #4C4C4C. Windows color (decimal): -4125843 or 7146433. OLE color: 7146433.
HSL color Cylindrical-coordinate representation of color #C10B6D: hue angle of 327.69º 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 #C10B6D is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 109 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.24 |
| HSL | 327.69º | 0.89% | 0.4% | - |
| HSV(B) | 327.69º | 0.94% | 0.76% | - |
| XYZ | 24.87 | 12.68 | 15.6 | - |
| YUV | 76.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 109 | 0 | 0.94 | 0.44 | 0.24 | 327.69 | 0.89 | 0.4 |
| Hex | C1 | B | 6D | 0 | 5E | 2C | 18 | 148 | 59 | 28 |
| Octal | 301 | 13 | 155 | 0 | 136 | 54 | 30 | 510 | 131 | 50 |
| Binary | 11000001 | 1011 | 1101101 | 0 | 1011110 | 101100 | 11000 | 101001000 | 1011001 | 101000 |
Color Harmonies of #C10B6D
Complementary color
Monochromatic Colors of #C10B6D
Black with #C10B6D
Text Example
Text Example
White with #C10B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B6D; }
p { color: rgb(193,11,109); }
H1.HeaderClassName
{
color: #C10B6D;
}
.AnyTagClassName
{
color: #C10B6D;
}
</style>
background-color css
<style>
a { background-color: #C10B6D; }
a { background-color: rgb(193,11,109); }
div.DivClassName
{
background-color: #C10B6D;
}
.BgClassName
{
background-color: #C10B6D;
}
</style>
border-color css
<style>
span { border-color: #C10B6D; }
span { border-color: rgb(193,11,109); }
td.TdClassName
{
border-color: #C10B6D;
}
.TagClassName
{
border-color: #C10B6D;
}
</style>