Shades of Medium Violet Red #C3106F
Tints of Medium Violet Red #C3106F
RGB
CMYK
RGB Variations
Color information
#C3106F (or 0xC3106F) is known color: Medium Violet Red. HEX triplet: C3, 10 and 6F. RGB value is (195,16,111). Sum of RGB (Red+Green+Blue) = 195+16+111=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3106F is #3CEF90. Grayscale: #505050. Windows color (decimal): -3993489 or 7278787. OLE color: 7278787.
HSL color Cylindrical-coordinate representation of color #C3106F: hue angle of 328.16º degrees, saturation: 0.85, 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 #C3106F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 111 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.24 |
| HSL | 328.16º | 0.85% | 0.41% | - |
| HSV(B) | 328.16º | 0.92% | 0.76% | - |
| XYZ | 25.56 | 13.12 | 16.22 | - |
| YUV | 80.35 | 145.3 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 111 | 0 | 0.92 | 0.43 | 0.24 | 328.16 | 0.85 | 0.41 |
| Hex | C3 | 10 | 6F | 0 | 5C | 2B | 18 | 148 | 55 | 29 |
| Octal | 303 | 20 | 157 | 0 | 134 | 53 | 30 | 510 | 125 | 51 |
| Binary | 11000011 | 10000 | 1101111 | 0 | 1011100 | 101011 | 11000 | 101001000 | 1010101 | 101001 |
Color Harmonies of #C3106F
Complementary color
Monochromatic Colors of #C3106F
Black with #C3106F
Text Example
Text Example
White with #C3106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3106F; }
p { color: rgb(195,16,111); }
H1.HeaderClassName
{
color: #C3106F;
}
.AnyTagClassName
{
color: #C3106F;
}
</style>
background-color css
<style>
a { background-color: #C3106F; }
a { background-color: rgb(195,16,111); }
div.DivClassName
{
background-color: #C3106F;
}
.BgClassName
{
background-color: #C3106F;
}
</style>
border-color css
<style>
span { border-color: #C3106F; }
span { border-color: rgb(195,16,111); }
td.TdClassName
{
border-color: #C3106F;
}
.TagClassName
{
border-color: #C3106F;
}
</style>