Shades of Medium Violet Red #C3128D
Tints of Medium Violet Red #C3128D
RGB
CMYK
RGB Variations
Color information
#C3128D (or 0xC3128D) is known color: Medium Violet Red. HEX triplet: C3, 12 and 8D. RGB value is (195,18,141). Sum of RGB (Red+Green+Blue) = 195+18+141=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3128D is #3CED72. Grayscale: #545454. Windows color (decimal): -3992947 or 9245379. OLE color: 9245379.
HSL color Cylindrical-coordinate representation of color #C3128D: hue angle of 318.31º 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 #C3128D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.31º | 0.83% | 0.42% | - |
| HSV(B) | 318.31º | 0.91% | 0.76% | - |
| XYZ | 27.53 | 13.96 | 26.44 | - |
| YUV | 84.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 141 | 0 | 0.91 | 0.28 | 0.24 | 318.31 | 0.83 | 0.42 |
| Hex | C3 | 12 | 8D | 0 | 5B | 1C | 18 | 13E | 53 | 2A |
| Octal | 303 | 22 | 215 | 0 | 133 | 34 | 30 | 476 | 123 | 52 |
| Binary | 11000011 | 10010 | 10001101 | 0 | 1011011 | 11100 | 11000 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C3128D
Complementary color
Monochromatic Colors of #C3128D
Black with #C3128D
Text Example
Text Example
White with #C3128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3128D; }
p { color: rgb(195,18,141); }
H1.HeaderClassName
{
color: #C3128D;
}
.AnyTagClassName
{
color: #C3128D;
}
</style>
background-color css
<style>
a { background-color: #C3128D; }
a { background-color: rgb(195,18,141); }
div.DivClassName
{
background-color: #C3128D;
}
.BgClassName
{
background-color: #C3128D;
}
</style>
border-color css
<style>
span { border-color: #C3128D; }
span { border-color: rgb(195,18,141); }
td.TdClassName
{
border-color: #C3128D;
}
.TagClassName
{
border-color: #C3128D;
}
</style>