Shades of Medium Violet Red #C3036C
Tints of Medium Violet Red #C3036C
RGB
CMYK
RGB Variations
Color information
#C3036C (or 0xC3036C) is known color: Medium Violet Red. HEX triplet: C3, 03 and 6C. RGB value is (195,3,108). Sum of RGB (Red+Green+Blue) = 195+3+108=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3036C is #3CFC93. Grayscale: #484848. Windows color (decimal): -3996820 or 7078851. OLE color: 7078851.
HSL color Cylindrical-coordinate representation of color #C3036C: hue angle of 327.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3036C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.24 |
| HSL | 327.19º | 0.97% | 0.39% | - |
| HSV(B) | 327.19º | 0.98% | 0.76% | - |
| XYZ | 25.25 | 12.75 | 15.32 | - |
| YUV | 72.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 108 | 0 | 0.98 | 0.45 | 0.24 | 327.19 | 0.97 | 0.39 |
| Hex | C3 | 3 | 6C | 0 | 62 | 2D | 18 | 147 | 61 | 27 |
| Octal | 303 | 3 | 154 | 0 | 142 | 55 | 30 | 507 | 141 | 47 |
| Binary | 11000011 | 11 | 1101100 | 0 | 1100010 | 101101 | 11000 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C3036C
Complementary color
Monochromatic Colors of #C3036C
Black with #C3036C
Text Example
Text Example
White with #C3036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3036C; }
p { color: rgb(195,3,108); }
H1.HeaderClassName
{
color: #C3036C;
}
.AnyTagClassName
{
color: #C3036C;
}
</style>
background-color css
<style>
a { background-color: #C3036C; }
a { background-color: rgb(195,3,108); }
div.DivClassName
{
background-color: #C3036C;
}
.BgClassName
{
background-color: #C3036C;
}
</style>
border-color css
<style>
span { border-color: #C3036C; }
span { border-color: rgb(195,3,108); }
td.TdClassName
{
border-color: #C3036C;
}
.TagClassName
{
border-color: #C3036C;
}
</style>