Shades of Medium Violet Red #C3107D
Tints of Medium Violet Red #C3107D
RGB
CMYK
RGB Variations
Color information
#C3107D (or 0xC3107D) is known color: Medium Violet Red. HEX triplet: C3, 10 and 7D. RGB value is (195,16,125). Sum of RGB (Red+Green+Blue) = 195+16+125=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3107D is #3CEF82. Grayscale: #515151. Windows color (decimal): -3993475 or 8196291. OLE color: 8196291.
HSL color Cylindrical-coordinate representation of color #C3107D: hue angle of 323.46º 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 #C3107D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.24 |
| HSL | 323.46º | 0.85% | 0.41% | - |
| HSV(B) | 323.46º | 0.92% | 0.76% | - |
| XYZ | 26.39 | 13.45 | 20.61 | - |
| YUV | 81.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 125 | 0 | 0.92 | 0.36 | 0.24 | 323.46 | 0.85 | 0.41 |
| Hex | C3 | 10 | 7D | 0 | 5C | 24 | 18 | 143 | 55 | 29 |
| Octal | 303 | 20 | 175 | 0 | 134 | 44 | 30 | 503 | 125 | 51 |
| Binary | 11000011 | 10000 | 1111101 | 0 | 1011100 | 100100 | 11000 | 101000011 | 1010101 | 101001 |
Color Harmonies of #C3107D
Complementary color
Monochromatic Colors of #C3107D
Black with #C3107D
Text Example
Text Example
White with #C3107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3107D; }
p { color: rgb(195,16,125); }
H1.HeaderClassName
{
color: #C3107D;
}
.AnyTagClassName
{
color: #C3107D;
}
</style>
background-color css
<style>
a { background-color: #C3107D; }
a { background-color: rgb(195,16,125); }
div.DivClassName
{
background-color: #C3107D;
}
.BgClassName
{
background-color: #C3107D;
}
</style>
border-color css
<style>
span { border-color: #C3107D; }
span { border-color: rgb(195,16,125); }
td.TdClassName
{
border-color: #C3107D;
}
.TagClassName
{
border-color: #C3107D;
}
</style>