Shades of Medium Violet Red #C3048B
Tints of Medium Violet Red #C3048B
RGB
CMYK
RGB Variations
Color information
#C3048B (or 0xC3048B) is known color: Medium Violet Red. HEX triplet: C3, 04 and 8B. RGB value is (195,4,139). Sum of RGB (Red+Green+Blue) = 195+4+139=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3048B is #3CFB74. Grayscale: #4C4C4C. Windows color (decimal): -3996533 or 9110723. OLE color: 9110723.
HSL color Cylindrical-coordinate representation of color #C3048B: hue angle of 317.59º 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 #C3048B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.24 |
| HSL | 317.59º | 0.96% | 0.39% | - |
| HSV(B) | 317.59º | 0.98% | 0.76% | - |
| XYZ | 27.21 | 13.55 | 25.61 | - |
| YUV | 76.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 139 | 0 | 0.98 | 0.29 | 0.24 | 317.59 | 0.96 | 0.39 |
| Hex | C3 | 4 | 8B | 0 | 62 | 1D | 18 | 13E | 60 | 27 |
| Octal | 303 | 4 | 213 | 0 | 142 | 35 | 30 | 476 | 140 | 47 |
| Binary | 11000011 | 100 | 10001011 | 0 | 1100010 | 11101 | 11000 | 100111110 | 1100000 | 100111 |
Color Harmonies of #C3048B
Complementary color
Monochromatic Colors of #C3048B
Black with #C3048B
Text Example
Text Example
White with #C3048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3048B; }
p { color: rgb(195,4,139); }
H1.HeaderClassName
{
color: #C3048B;
}
.AnyTagClassName
{
color: #C3048B;
}
</style>
background-color css
<style>
a { background-color: #C3048B; }
a { background-color: rgb(195,4,139); }
div.DivClassName
{
background-color: #C3048B;
}
.BgClassName
{
background-color: #C3048B;
}
</style>
border-color css
<style>
span { border-color: #C3048B; }
span { border-color: rgb(195,4,139); }
td.TdClassName
{
border-color: #C3048B;
}
.TagClassName
{
border-color: #C3048B;
}
</style>