Shades of Medium Red Violet #C3357F
Tints of Medium Red Violet #C3357F
RGB
CMYK
RGB Variations
Color information
#C3357F (or 0xC3357F) is known color: Medium Red Violet. HEX triplet: C3, 35 and 7F. RGB value is (195,53,127). Sum of RGB (Red+Green+Blue) = 195+53+127=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3357F is #3CCA80. Grayscale: #676767. Windows color (decimal): -3984001 or 8336835. OLE color: 8336835.
HSL color Cylindrical-coordinate representation of color #C3357F: hue angle of 328.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3357F is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 127 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.24 |
| HSL | 328.73º | 0.57% | 0.49% | - |
| HSV(B) | 328.73º | 0.73% | 0.76% | - |
| XYZ | 27.61 | 15.68 | 21.65 | - |
| YUV | 103.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 127 | 0 | 0.73 | 0.35 | 0.24 | 328.73 | 0.57 | 0.49 |
| Hex | C3 | 35 | 7F | 0 | 49 | 23 | 18 | 149 | 39 | 31 |
| Octal | 303 | 65 | 177 | 0 | 111 | 43 | 30 | 511 | 71 | 61 |
| Binary | 11000011 | 110101 | 1111111 | 0 | 1001001 | 100011 | 11000 | 101001001 | 111001 | 110001 |
Color Harmonies of #C3357F
Complementary color
Monochromatic Colors of #C3357F
Black with #C3357F
Text Example
Text Example
White with #C3357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3357F; }
p { color: rgb(195,53,127); }
H1.HeaderClassName
{
color: #C3357F;
}
.AnyTagClassName
{
color: #C3357F;
}
</style>
background-color css
<style>
a { background-color: #C3357F; }
a { background-color: rgb(195,53,127); }
div.DivClassName
{
background-color: #C3357F;
}
.BgClassName
{
background-color: #C3357F;
}
</style>
border-color css
<style>
span { border-color: #C3357F; }
span { border-color: rgb(195,53,127); }
td.TdClassName
{
border-color: #C3357F;
}
.TagClassName
{
border-color: #C3357F;
}
</style>