Shades of Medium Violet Red #C3128C
Tints of Medium Violet Red #C3128C
RGB
CMYK
RGB Variations
Color information
#C3128C (or 0xC3128C) is known color: Medium Violet Red. HEX triplet: C3, 12 and 8C. RGB value is (195,18,140). Sum of RGB (Red+Green+Blue) = 195+18+140=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3128C is #3CED73. Grayscale: #545454. Windows color (decimal): -3992948 or 9179843. OLE color: 9179843.
HSL color Cylindrical-coordinate representation of color #C3128C: hue angle of 318.64º 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 #C3128C is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.64º | 0.83% | 0.42% | - |
| HSV(B) | 318.64º | 0.91% | 0.76% | - |
| XYZ | 27.46 | 13.93 | 26.05 | - |
| YUV | 84.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 140 | 0 | 0.91 | 0.28 | 0.24 | 318.64 | 0.83 | 0.42 |
| Hex | C3 | 12 | 8C | 0 | 5B | 1C | 18 | 13F | 53 | 2A |
| Octal | 303 | 22 | 214 | 0 | 133 | 34 | 30 | 477 | 123 | 52 |
| Binary | 11000011 | 10010 | 10001100 | 0 | 1011011 | 11100 | 11000 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C3128C
Complementary color
Monochromatic Colors of #C3128C
Black with #C3128C
Text Example
Text Example
White with #C3128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3128C; }
p { color: rgb(195,18,140); }
H1.HeaderClassName
{
color: #C3128C;
}
.AnyTagClassName
{
color: #C3128C;
}
</style>
background-color css
<style>
a { background-color: #C3128C; }
a { background-color: rgb(195,18,140); }
div.DivClassName
{
background-color: #C3128C;
}
.BgClassName
{
background-color: #C3128C;
}
</style>
border-color css
<style>
span { border-color: #C3128C; }
span { border-color: rgb(195,18,140); }
td.TdClassName
{
border-color: #C3128C;
}
.TagClassName
{
border-color: #C3128C;
}
</style>