Shades of Medium Violet Red #C3046B
Tints of Medium Violet Red #C3046B
RGB
CMYK
RGB Variations
Color information
#C3046B (or 0xC3046B) is known color: Medium Violet Red. HEX triplet: C3, 04 and 6B. RGB value is (195,4,107). Sum of RGB (Red+Green+Blue) = 195+4+107=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3046B is #3CFB94. Grayscale: #484848. Windows color (decimal): -3996565 or 7013571. OLE color: 7013571.
HSL color Cylindrical-coordinate representation of color #C3046B: hue angle of 327.64º 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 #C3046B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.24 |
| HSL | 327.64º | 0.96% | 0.39% | - |
| HSV(B) | 327.64º | 0.98% | 0.76% | - |
| XYZ | 25.2 | 12.75 | 15.04 | - |
| YUV | 72.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 107 | 0 | 0.98 | 0.45 | 0.24 | 327.64 | 0.96 | 0.39 |
| Hex | C3 | 4 | 6B | 0 | 62 | 2D | 18 | 148 | 60 | 27 |
| Octal | 303 | 4 | 153 | 0 | 142 | 55 | 30 | 510 | 140 | 47 |
| Binary | 11000011 | 100 | 1101011 | 0 | 1100010 | 101101 | 11000 | 101001000 | 1100000 | 100111 |
Color Harmonies of #C3046B
Complementary color
Monochromatic Colors of #C3046B
Black with #C3046B
Text Example
Text Example
White with #C3046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3046B; }
p { color: rgb(195,4,107); }
H1.HeaderClassName
{
color: #C3046B;
}
.AnyTagClassName
{
color: #C3046B;
}
</style>
background-color css
<style>
a { background-color: #C3046B; }
a { background-color: rgb(195,4,107); }
div.DivClassName
{
background-color: #C3046B;
}
.BgClassName
{
background-color: #C3046B;
}
</style>
border-color css
<style>
span { border-color: #C3046B; }
span { border-color: rgb(195,4,107); }
td.TdClassName
{
border-color: #C3046B;
}
.TagClassName
{
border-color: #C3046B;
}
</style>