Shades of Medium Violet Red #C3036D
Tints of Medium Violet Red #C3036D
RGB
CMYK
RGB Variations
Color information
#C3036D (or 0xC3036D) is known color: Medium Violet Red. HEX triplet: C3, 03 and 6D. RGB value is (195,3,109). Sum of RGB (Red+Green+Blue) = 195+3+109=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3036D is #3CFC92. Grayscale: #484848. Windows color (decimal): -3996819 or 7144387. OLE color: 7144387.
HSL color Cylindrical-coordinate representation of color #C3036D: hue angle of 326.88º 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 #C3036D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.24 |
| HSL | 326.88º | 0.97% | 0.39% | - |
| HSV(B) | 326.88º | 0.98% | 0.76% | - |
| XYZ | 25.3 | 12.77 | 15.6 | - |
| YUV | 72.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 109 | 0 | 0.98 | 0.44 | 0.24 | 326.88 | 0.97 | 0.39 |
| Hex | C3 | 3 | 6D | 0 | 62 | 2C | 18 | 147 | 61 | 27 |
| Octal | 303 | 3 | 155 | 0 | 142 | 54 | 30 | 507 | 141 | 47 |
| Binary | 11000011 | 11 | 1101101 | 0 | 1100010 | 101100 | 11000 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C3036D
Complementary color
Monochromatic Colors of #C3036D
Black with #C3036D
Text Example
Text Example
White with #C3036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3036D; }
p { color: rgb(195,3,109); }
H1.HeaderClassName
{
color: #C3036D;
}
.AnyTagClassName
{
color: #C3036D;
}
</style>
background-color css
<style>
a { background-color: #C3036D; }
a { background-color: rgb(195,3,109); }
div.DivClassName
{
background-color: #C3036D;
}
.BgClassName
{
background-color: #C3036D;
}
</style>
border-color css
<style>
span { border-color: #C3036D; }
span { border-color: rgb(195,3,109); }
td.TdClassName
{
border-color: #C3036D;
}
.TagClassName
{
border-color: #C3036D;
}
</style>