Shades of Medium Violet Red #C3086C
Tints of Medium Violet Red #C3086C
RGB
CMYK
RGB Variations
Color information
#C3086C (or 0xC3086C) is known color: Medium Violet Red. HEX triplet: C3, 08 and 6C. RGB value is (195,8,108). Sum of RGB (Red+Green+Blue) = 195+8+108=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3086C is #3CF793. Grayscale: #4B4B4B. Windows color (decimal): -3995540 or 7080131. OLE color: 7080131.
HSL color Cylindrical-coordinate representation of color #C3086C: hue angle of 327.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3086C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.24 |
| HSL | 327.91º | 0.92% | 0.4% | - |
| HSV(B) | 327.91º | 0.96% | 0.76% | - |
| XYZ | 25.3 | 12.86 | 15.34 | - |
| YUV | 75.31 | 146.45 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 108 | 0 | 0.96 | 0.45 | 0.24 | 327.91 | 0.92 | 0.4 |
| Hex | C3 | 8 | 6C | 0 | 60 | 2D | 18 | 148 | 5C | 28 |
| Octal | 303 | 10 | 154 | 0 | 140 | 55 | 30 | 510 | 134 | 50 |
| Binary | 11000011 | 1000 | 1101100 | 0 | 1100000 | 101101 | 11000 | 101001000 | 1011100 | 101000 |
Color Harmonies of #C3086C
Complementary color
Monochromatic Colors of #C3086C
Black with #C3086C
Text Example
Text Example
White with #C3086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3086C; }
p { color: rgb(195,8,108); }
H1.HeaderClassName
{
color: #C3086C;
}
.AnyTagClassName
{
color: #C3086C;
}
</style>
background-color css
<style>
a { background-color: #C3086C; }
a { background-color: rgb(195,8,108); }
div.DivClassName
{
background-color: #C3086C;
}
.BgClassName
{
background-color: #C3086C;
}
</style>
border-color css
<style>
span { border-color: #C3086C; }
span { border-color: rgb(195,8,108); }
td.TdClassName
{
border-color: #C3086C;
}
.TagClassName
{
border-color: #C3086C;
}
</style>