Shades of Medium Violet Red #C10F9D
Tints of Medium Violet Red #C10F9D
RGB
CMYK
RGB Variations
Color information
#C10F9D (or 0xC10F9D) is known color: Medium Violet Red. HEX triplet: C1, 0F and 9D. RGB value is (193,15,157). Sum of RGB (Red+Green+Blue) = 193+15+157=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F9D is #3EF062. Grayscale: #545454. Windows color (decimal): -4124771 or 10293185. OLE color: 10293185.
HSL color Cylindrical-coordinate representation of color #C10F9D: hue angle of 312.13º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F9D is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 157 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.24 |
| HSL | 312.13º | 0.86% | 0.41% | - |
| HSV(B) | 312.13º | 0.92% | 0.76% | - |
| XYZ | 28.25 | 14.11 | 33.13 | - |
| YUV | 84.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 157 | 0 | 0.92 | 0.19 | 0.24 | 312.13 | 0.86 | 0.41 |
| Hex | C1 | F | 9D | 0 | 5C | 13 | 18 | 138 | 56 | 29 |
| Octal | 301 | 17 | 235 | 0 | 134 | 23 | 30 | 470 | 126 | 51 |
| Binary | 11000001 | 1111 | 10011101 | 0 | 1011100 | 10011 | 11000 | 100111000 | 1010110 | 101001 |
Color Harmonies of #C10F9D
Complementary color
Monochromatic Colors of #C10F9D
Black with #C10F9D
Text Example
Text Example
White with #C10F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F9D; }
p { color: rgb(193,15,157); }
H1.HeaderClassName
{
color: #C10F9D;
}
.AnyTagClassName
{
color: #C10F9D;
}
</style>
background-color css
<style>
a { background-color: #C10F9D; }
a { background-color: rgb(193,15,157); }
div.DivClassName
{
background-color: #C10F9D;
}
.BgClassName
{
background-color: #C10F9D;
}
</style>
border-color css
<style>
span { border-color: #C10F9D; }
span { border-color: rgb(193,15,157); }
td.TdClassName
{
border-color: #C10F9D;
}
.TagClassName
{
border-color: #C10F9D;
}
</style>