Shades of Medium Violet Red #C3056C
Tints of Medium Violet Red #C3056C
RGB
CMYK
RGB Variations
Color information
#C3056C (or 0xC3056C) is known color: Medium Violet Red. HEX triplet: C3, 05 and 6C. RGB value is (195,5,108). Sum of RGB (Red+Green+Blue) = 195+5+108=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3056C is #3CFA93. Grayscale: #494949. Windows color (decimal): -3996308 or 7079363. OLE color: 7079363.
HSL color Cylindrical-coordinate representation of color #C3056C: hue angle of 327.47º 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 #C3056C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.24 |
| HSL | 327.47º | 0.95% | 0.39% | - |
| HSV(B) | 327.47º | 0.97% | 0.76% | - |
| XYZ | 25.27 | 12.79 | 15.33 | - |
| YUV | 73.55 | 147.45 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 108 | 0 | 0.97 | 0.45 | 0.24 | 327.47 | 0.95 | 0.39 |
| Hex | C3 | 5 | 6C | 0 | 61 | 2D | 18 | 147 | 5F | 27 |
| Octal | 303 | 5 | 154 | 0 | 141 | 55 | 30 | 507 | 137 | 47 |
| Binary | 11000011 | 101 | 1101100 | 0 | 1100001 | 101101 | 11000 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C3056C
Complementary color
Monochromatic Colors of #C3056C
Black with #C3056C
Text Example
Text Example
White with #C3056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3056C; }
p { color: rgb(195,5,108); }
H1.HeaderClassName
{
color: #C3056C;
}
.AnyTagClassName
{
color: #C3056C;
}
</style>
background-color css
<style>
a { background-color: #C3056C; }
a { background-color: rgb(195,5,108); }
div.DivClassName
{
background-color: #C3056C;
}
.BgClassName
{
background-color: #C3056C;
}
</style>
border-color css
<style>
span { border-color: #C3056C; }
span { border-color: rgb(195,5,108); }
td.TdClassName
{
border-color: #C3056C;
}
.TagClassName
{
border-color: #C3056C;
}
</style>