Shades of Medium Violet Red #C3057E
Tints of Medium Violet Red #C3057E
RGB
CMYK
RGB Variations
Color information
#C3057E (or 0xC3057E) is known color: Medium Violet Red. HEX triplet: C3, 05 and 7E. RGB value is (195,5,126). Sum of RGB (Red+Green+Blue) = 195+5+126=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3057E is #3CFA81. Grayscale: #4B4B4B. Windows color (decimal): -3996290 or 8259011. OLE color: 8259011.
HSL color Cylindrical-coordinate representation of color #C3057E: hue angle of 321.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3057E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.24 |
| HSL | 321.79º | 0.95% | 0.39% | - |
| HSV(B) | 321.79º | 0.97% | 0.76% | - |
| XYZ | 26.33 | 13.22 | 20.9 | - |
| YUV | 75.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 126 | 0 | 0.97 | 0.35 | 0.24 | 321.79 | 0.95 | 0.39 |
| Hex | C3 | 5 | 7E | 0 | 61 | 23 | 18 | 142 | 5F | 27 |
| Octal | 303 | 5 | 176 | 0 | 141 | 43 | 30 | 502 | 137 | 47 |
| Binary | 11000011 | 101 | 1111110 | 0 | 1100001 | 100011 | 11000 | 101000010 | 1011111 | 100111 |
Color Harmonies of #C3057E
Complementary color
Monochromatic Colors of #C3057E
Black with #C3057E
Text Example
Text Example
White with #C3057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3057E; }
p { color: rgb(195,5,126); }
H1.HeaderClassName
{
color: #C3057E;
}
.AnyTagClassName
{
color: #C3057E;
}
</style>
background-color css
<style>
a { background-color: #C3057E; }
a { background-color: rgb(195,5,126); }
div.DivClassName
{
background-color: #C3057E;
}
.BgClassName
{
background-color: #C3057E;
}
</style>
border-color css
<style>
span { border-color: #C3057E; }
span { border-color: rgb(195,5,126); }
td.TdClassName
{
border-color: #C3057E;
}
.TagClassName
{
border-color: #C3057E;
}
</style>