Shades of Medium Violet Red #C3046E
Tints of Medium Violet Red #C3046E
RGB
CMYK
RGB Variations
Color information
#C3046E (or 0xC3046E) is known color: Medium Violet Red. HEX triplet: C3, 04 and 6E. RGB value is (195,4,110). Sum of RGB (Red+Green+Blue) = 195+4+110=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3046E is #3CFB91. Grayscale: #484848. Windows color (decimal): -3996562 or 7210179. OLE color: 7210179.
HSL color Cylindrical-coordinate representation of color #C3046E: hue angle of 326.7º degrees, saturation: 0.96, 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 #C3046E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.24 |
| HSL | 326.7º | 0.96% | 0.39% | - |
| HSV(B) | 326.7º | 0.98% | 0.76% | - |
| XYZ | 25.36 | 12.81 | 15.89 | - |
| YUV | 73.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 110 | 0 | 0.98 | 0.44 | 0.24 | 326.7 | 0.96 | 0.39 |
| Hex | C3 | 4 | 6E | 0 | 62 | 2C | 18 | 147 | 60 | 27 |
| Octal | 303 | 4 | 156 | 0 | 142 | 54 | 30 | 507 | 140 | 47 |
| Binary | 11000011 | 100 | 1101110 | 0 | 1100010 | 101100 | 11000 | 101000111 | 1100000 | 100111 |
Color Harmonies of #C3046E
Complementary color
Monochromatic Colors of #C3046E
Black with #C3046E
Text Example
Text Example
White with #C3046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3046E; }
p { color: rgb(195,4,110); }
H1.HeaderClassName
{
color: #C3046E;
}
.AnyTagClassName
{
color: #C3046E;
}
</style>
background-color css
<style>
a { background-color: #C3046E; }
a { background-color: rgb(195,4,110); }
div.DivClassName
{
background-color: #C3046E;
}
.BgClassName
{
background-color: #C3046E;
}
</style>
border-color css
<style>
span { border-color: #C3046E; }
span { border-color: rgb(195,4,110); }
td.TdClassName
{
border-color: #C3046E;
}
.TagClassName
{
border-color: #C3046E;
}
</style>