Shades of Medium Violet Red #C3128B
Tints of Medium Violet Red #C3128B
RGB
CMYK
RGB Variations
Color information
#C3128B (or 0xC3128B) is known color: Medium Violet Red. HEX triplet: C3, 12 and 8B. RGB value is (195,18,139). Sum of RGB (Red+Green+Blue) = 195+18+139=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3128B is #3CED74. Grayscale: #545454. Windows color (decimal): -3992949 or 9114307. OLE color: 9114307.
HSL color Cylindrical-coordinate representation of color #C3128B: hue angle of 318.98º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3128B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.24 |
| HSL | 318.98º | 0.83% | 0.42% | - |
| HSV(B) | 318.98º | 0.91% | 0.76% | - |
| XYZ | 27.38 | 13.9 | 25.67 | - |
| YUV | 84.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 139 | 0 | 0.91 | 0.29 | 0.24 | 318.98 | 0.83 | 0.42 |
| Hex | C3 | 12 | 8B | 0 | 5B | 1D | 18 | 13F | 53 | 2A |
| Octal | 303 | 22 | 213 | 0 | 133 | 35 | 30 | 477 | 123 | 52 |
| Binary | 11000011 | 10010 | 10001011 | 0 | 1011011 | 11101 | 11000 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C3128B
Complementary color
Monochromatic Colors of #C3128B
Black with #C3128B
Text Example
Text Example
White with #C3128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3128B; }
p { color: rgb(195,18,139); }
H1.HeaderClassName
{
color: #C3128B;
}
.AnyTagClassName
{
color: #C3128B;
}
</style>
background-color css
<style>
a { background-color: #C3128B; }
a { background-color: rgb(195,18,139); }
div.DivClassName
{
background-color: #C3128B;
}
.BgClassName
{
background-color: #C3128B;
}
</style>
border-color css
<style>
span { border-color: #C3128B; }
span { border-color: rgb(195,18,139); }
td.TdClassName
{
border-color: #C3128B;
}
.TagClassName
{
border-color: #C3128B;
}
</style>