Shades of Medium Violet Red #C3049B
Tints of Medium Violet Red #C3049B
RGB
CMYK
RGB Variations
Color information
#C3049B (or 0xC3049B) is known color: Medium Violet Red. HEX triplet: C3, 04 and 9B. RGB value is (195,4,155). Sum of RGB (Red+Green+Blue) = 195+4+155=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3049B is #3CFB64. Grayscale: #4D4D4D. Windows color (decimal): -3996517 or 10159299. OLE color: 10159299.
HSL color Cylindrical-coordinate representation of color #C3049B: hue angle of 312.57º 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 #C3049B is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.24 |
| HSL | 312.57º | 0.96% | 0.39% | - |
| HSV(B) | 312.57º | 0.98% | 0.76% | - |
| XYZ | 28.47 | 14.06 | 32.22 | - |
| YUV | 78.32 | 171.28 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 155 | 0 | 0.98 | 0.21 | 0.24 | 312.57 | 0.96 | 0.39 |
| Hex | C3 | 4 | 9B | 0 | 62 | 15 | 18 | 139 | 60 | 27 |
| Octal | 303 | 4 | 233 | 0 | 142 | 25 | 30 | 471 | 140 | 47 |
| Binary | 11000011 | 100 | 10011011 | 0 | 1100010 | 10101 | 11000 | 100111001 | 1100000 | 100111 |
Color Harmonies of #C3049B
Complementary color
Monochromatic Colors of #C3049B
Black with #C3049B
Text Example
Text Example
White with #C3049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3049B; }
p { color: rgb(195,4,155); }
H1.HeaderClassName
{
color: #C3049B;
}
.AnyTagClassName
{
color: #C3049B;
}
</style>
background-color css
<style>
a { background-color: #C3049B; }
a { background-color: rgb(195,4,155); }
div.DivClassName
{
background-color: #C3049B;
}
.BgClassName
{
background-color: #C3049B;
}
</style>
border-color css
<style>
span { border-color: #C3049B; }
span { border-color: rgb(195,4,155); }
td.TdClassName
{
border-color: #C3049B;
}
.TagClassName
{
border-color: #C3049B;
}
</style>