Shades of Medium Violet Red #C10F6C
Tints of Medium Violet Red #C10F6C
RGB
CMYK
RGB Variations
Color information
#C10F6C (or 0xC10F6C) is known color: Medium Violet Red. HEX triplet: C1, 0F and 6C. RGB value is (193,15,108). Sum of RGB (Red+Green+Blue) = 193+15+108=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10F6C is #3EF093. Grayscale: #4E4E4E. Windows color (decimal): -4124820 or 7081921. OLE color: 7081921.
HSL color Cylindrical-coordinate representation of color #C10F6C: hue angle of 328.65º 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 #C10F6C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 108 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.24 |
| HSL | 328.65º | 0.86% | 0.41% | - |
| HSV(B) | 328.65º | 0.92% | 0.76% | - |
| XYZ | 24.87 | 12.76 | 15.34 | - |
| YUV | 78.82 | 144.47 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 108 | 0 | 0.92 | 0.44 | 0.24 | 328.65 | 0.86 | 0.41 |
| Hex | C1 | F | 6C | 0 | 5C | 2C | 18 | 149 | 56 | 29 |
| Octal | 301 | 17 | 154 | 0 | 134 | 54 | 30 | 511 | 126 | 51 |
| Binary | 11000001 | 1111 | 1101100 | 0 | 1011100 | 101100 | 11000 | 101001001 | 1010110 | 101001 |
Color Harmonies of #C10F6C
Complementary color
Monochromatic Colors of #C10F6C
Black with #C10F6C
Text Example
Text Example
White with #C10F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F6C; }
p { color: rgb(193,15,108); }
H1.HeaderClassName
{
color: #C10F6C;
}
.AnyTagClassName
{
color: #C10F6C;
}
</style>
background-color css
<style>
a { background-color: #C10F6C; }
a { background-color: rgb(193,15,108); }
div.DivClassName
{
background-color: #C10F6C;
}
.BgClassName
{
background-color: #C10F6C;
}
</style>
border-color css
<style>
span { border-color: #C10F6C; }
span { border-color: rgb(193,15,108); }
td.TdClassName
{
border-color: #C10F6C;
}
.TagClassName
{
border-color: #C10F6C;
}
</style>