Shades of Medium Red Violet #C3357A
Tints of Medium Red Violet #C3357A
RGB
CMYK
RGB Variations
Color information
#C3357A (or 0xC3357A) is known color: Medium Red Violet. HEX triplet: C3, 35 and 7A. RGB value is (195,53,122). Sum of RGB (Red+Green+Blue) = 195+53+122=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3357A is #3CCA85. Grayscale: #676767. Windows color (decimal): -3984006 or 8009155. OLE color: 8009155.
HSL color Cylindrical-coordinate representation of color #C3357A: hue angle of 330.85º 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 #C3357A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 122 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.24 |
| HSL | 330.85º | 0.57% | 0.49% | - |
| HSV(B) | 330.85º | 0.73% | 0.76% | - |
| XYZ | 27.29 | 15.55 | 19.98 | - |
| YUV | 103.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 122 | 0 | 0.73 | 0.37 | 0.24 | 330.85 | 0.57 | 0.49 |
| Hex | C3 | 35 | 7A | 0 | 49 | 25 | 18 | 14B | 39 | 31 |
| Octal | 303 | 65 | 172 | 0 | 111 | 45 | 30 | 513 | 71 | 61 |
| Binary | 11000011 | 110101 | 1111010 | 0 | 1001001 | 100101 | 11000 | 101001011 | 111001 | 110001 |
Color Harmonies of #C3357A
Complementary color
Monochromatic Colors of #C3357A
Black with #C3357A
Text Example
Text Example
White with #C3357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3357A; }
p { color: rgb(195,53,122); }
H1.HeaderClassName
{
color: #C3357A;
}
.AnyTagClassName
{
color: #C3357A;
}
</style>
background-color css
<style>
a { background-color: #C3357A; }
a { background-color: rgb(195,53,122); }
div.DivClassName
{
background-color: #C3357A;
}
.BgClassName
{
background-color: #C3357A;
}
</style>
border-color css
<style>
span { border-color: #C3357A; }
span { border-color: rgb(195,53,122); }
td.TdClassName
{
border-color: #C3357A;
}
.TagClassName
{
border-color: #C3357A;
}
</style>