Shades of Medium Violet Red #C3049F
Tints of Medium Violet Red #C3049F
RGB
CMYK
RGB Variations
Color information
#C3049F (or 0xC3049F) is known color: Medium Violet Red. HEX triplet: C3, 04 and 9F. RGB value is (195,4,159). Sum of RGB (Red+Green+Blue) = 195+4+159=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3049F is #3CFB60. Grayscale: #4E4E4E. Windows color (decimal): -3996513 or 10421443. OLE color: 10421443.
HSL color Cylindrical-coordinate representation of color #C3049F: hue angle of 311.31º 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 #C3049F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.24 |
| HSL | 311.31º | 0.96% | 0.39% | - |
| HSV(B) | 311.31º | 0.98% | 0.76% | - |
| XYZ | 28.81 | 14.19 | 34.02 | - |
| YUV | 78.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 159 | 0 | 0.98 | 0.18 | 0.24 | 311.31 | 0.96 | 0.39 |
| Hex | C3 | 4 | 9F | 0 | 62 | 12 | 18 | 137 | 60 | 27 |
| Octal | 303 | 4 | 237 | 0 | 142 | 22 | 30 | 467 | 140 | 47 |
| Binary | 11000011 | 100 | 10011111 | 0 | 1100010 | 10010 | 11000 | 100110111 | 1100000 | 100111 |
Color Harmonies of #C3049F
Complementary color
Monochromatic Colors of #C3049F
Black with #C3049F
Text Example
Text Example
White with #C3049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3049F; }
p { color: rgb(195,4,159); }
H1.HeaderClassName
{
color: #C3049F;
}
.AnyTagClassName
{
color: #C3049F;
}
</style>
background-color css
<style>
a { background-color: #C3049F; }
a { background-color: rgb(195,4,159); }
div.DivClassName
{
background-color: #C3049F;
}
.BgClassName
{
background-color: #C3049F;
}
</style>
border-color css
<style>
span { border-color: #C3049F; }
span { border-color: rgb(195,4,159); }
td.TdClassName
{
border-color: #C3049F;
}
.TagClassName
{
border-color: #C3049F;
}
</style>