Shades of Medium Violet Red #C3127C
Tints of Medium Violet Red #C3127C
RGB
CMYK
RGB Variations
Color information
#C3127C (or 0xC3127C) is known color: Medium Violet Red. HEX triplet: C3, 12 and 7C. RGB value is (195,18,124). Sum of RGB (Red+Green+Blue) = 195+18+124=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3127C is #3CED83. Grayscale: #525252. Windows color (decimal): -3992964 or 8131267. OLE color: 8131267.
HSL color Cylindrical-coordinate representation of color #C3127C: hue angle of 324.07º 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 #C3127C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.24 |
| HSL | 324.07º | 0.83% | 0.42% | - |
| HSV(B) | 324.07º | 0.91% | 0.76% | - |
| XYZ | 26.36 | 13.49 | 20.28 | - |
| YUV | 83.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 124 | 0 | 0.91 | 0.36 | 0.24 | 324.07 | 0.83 | 0.42 |
| Hex | C3 | 12 | 7C | 0 | 5B | 24 | 18 | 144 | 53 | 2A |
| Octal | 303 | 22 | 174 | 0 | 133 | 44 | 30 | 504 | 123 | 52 |
| Binary | 11000011 | 10010 | 1111100 | 0 | 1011011 | 100100 | 11000 | 101000100 | 1010011 | 101010 |
Color Harmonies of #C3127C
Complementary color
Monochromatic Colors of #C3127C
Black with #C3127C
Text Example
Text Example
White with #C3127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3127C; }
p { color: rgb(195,18,124); }
H1.HeaderClassName
{
color: #C3127C;
}
.AnyTagClassName
{
color: #C3127C;
}
</style>
background-color css
<style>
a { background-color: #C3127C; }
a { background-color: rgb(195,18,124); }
div.DivClassName
{
background-color: #C3127C;
}
.BgClassName
{
background-color: #C3127C;
}
</style>
border-color css
<style>
span { border-color: #C3127C; }
span { border-color: rgb(195,18,124); }
td.TdClassName
{
border-color: #C3127C;
}
.TagClassName
{
border-color: #C3127C;
}
</style>