Shades of Medium Red Violet #C3357B
Tints of Medium Red Violet #C3357B
RGB
CMYK
RGB Variations
Color information
#C3357B (or 0xC3357B) is known color: Medium Red Violet. HEX triplet: C3, 35 and 7B. RGB value is (195,53,123). Sum of RGB (Red+Green+Blue) = 195+53+123=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3357B is #3CCA84. Grayscale: #676767. Windows color (decimal): -3984005 or 8074691. OLE color: 8074691.
HSL color Cylindrical-coordinate representation of color #C3357B: hue angle of 330.42º 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 #C3357B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 123 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.24 |
| HSL | 330.42º | 0.57% | 0.49% | - |
| HSV(B) | 330.42º | 0.73% | 0.76% | - |
| XYZ | 27.35 | 15.58 | 20.3 | - |
| YUV | 103.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 123 | 0 | 0.73 | 0.37 | 0.24 | 330.42 | 0.57 | 0.49 |
| Hex | C3 | 35 | 7B | 0 | 49 | 25 | 18 | 14A | 39 | 31 |
| Octal | 303 | 65 | 173 | 0 | 111 | 45 | 30 | 512 | 71 | 61 |
| Binary | 11000011 | 110101 | 1111011 | 0 | 1001001 | 100101 | 11000 | 101001010 | 111001 | 110001 |
Color Harmonies of #C3357B
Complementary color
Monochromatic Colors of #C3357B
Black with #C3357B
Text Example
Text Example
White with #C3357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3357B; }
p { color: rgb(195,53,123); }
H1.HeaderClassName
{
color: #C3357B;
}
.AnyTagClassName
{
color: #C3357B;
}
</style>
background-color css
<style>
a { background-color: #C3357B; }
a { background-color: rgb(195,53,123); }
div.DivClassName
{
background-color: #C3357B;
}
.BgClassName
{
background-color: #C3357B;
}
</style>
border-color css
<style>
span { border-color: #C3357B; }
span { border-color: rgb(195,53,123); }
td.TdClassName
{
border-color: #C3357B;
}
.TagClassName
{
border-color: #C3357B;
}
</style>