Shades of Medium Violet Red #C3128A
Tints of Medium Violet Red #C3128A
RGB
CMYK
RGB Variations
Color information
#C3128A (or 0xC3128A) is known color: Medium Violet Red. HEX triplet: C3, 12 and 8A. RGB value is (195,18,138). Sum of RGB (Red+Green+Blue) = 195+18+138=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3128A is #3CED75. Grayscale: #545454. Windows color (decimal): -3992950 or 9048771. OLE color: 9048771.
HSL color Cylindrical-coordinate representation of color #C3128A: hue angle of 319.32º 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 #C3128A is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.24 |
| HSL | 319.32º | 0.83% | 0.42% | - |
| HSV(B) | 319.32º | 0.91% | 0.76% | - |
| XYZ | 27.31 | 13.87 | 25.28 | - |
| YUV | 84.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 138 | 0 | 0.91 | 0.29 | 0.24 | 319.32 | 0.83 | 0.42 |
| Hex | C3 | 12 | 8A | 0 | 5B | 1D | 18 | 13F | 53 | 2A |
| Octal | 303 | 22 | 212 | 0 | 133 | 35 | 30 | 477 | 123 | 52 |
| Binary | 11000011 | 10010 | 10001010 | 0 | 1011011 | 11101 | 11000 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C3128A
Complementary color
Monochromatic Colors of #C3128A
Black with #C3128A
Text Example
Text Example
White with #C3128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3128A; }
p { color: rgb(195,18,138); }
H1.HeaderClassName
{
color: #C3128A;
}
.AnyTagClassName
{
color: #C3128A;
}
</style>
background-color css
<style>
a { background-color: #C3128A; }
a { background-color: rgb(195,18,138); }
div.DivClassName
{
background-color: #C3128A;
}
.BgClassName
{
background-color: #C3128A;
}
</style>
border-color css
<style>
span { border-color: #C3128A; }
span { border-color: rgb(195,18,138); }
td.TdClassName
{
border-color: #C3128A;
}
.TagClassName
{
border-color: #C3128A;
}
</style>