Shades of Medium Red Violet #C7357B
Tints of Medium Red Violet #C7357B
RGB
CMYK
RGB Variations
Color information
#C7357B (or 0xC7357B) is known color: Medium Red Violet. HEX triplet: C7, 35 and 7B. RGB value is (199,53,123). Sum of RGB (Red+Green+Blue) = 199+53+123=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7357B is #38CA84. Grayscale: #686868. Windows color (decimal): -3721861 or 8074695. OLE color: 8074695.
HSL color Cylindrical-coordinate representation of color #C7357B: hue angle of 331.23º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7357B is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 123 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.22 |
| HSL | 331.23º | 0.58% | 0.49% | - |
| HSV(B) | 331.23º | 0.73% | 0.78% | - |
| XYZ | 28.4 | 16.12 | 20.35 | - |
| YUV | 104.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 123 | 0 | 0.73 | 0.38 | 0.22 | 331.23 | 0.58 | 0.49 |
| Hex | C7 | 35 | 7B | 0 | 49 | 26 | 16 | 14B | 3A | 31 |
| Octal | 307 | 65 | 173 | 0 | 111 | 46 | 26 | 513 | 72 | 61 |
| Binary | 11000111 | 110101 | 1111011 | 0 | 1001001 | 100110 | 10110 | 101001011 | 111010 | 110001 |
Color Harmonies of #C7357B
Complementary color
Monochromatic Colors of #C7357B
Black with #C7357B
Text Example
Text Example
White with #C7357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7357B; }
p { color: rgb(199,53,123); }
H1.HeaderClassName
{
color: #C7357B;
}
.AnyTagClassName
{
color: #C7357B;
}
</style>
background-color css
<style>
a { background-color: #C7357B; }
a { background-color: rgb(199,53,123); }
div.DivClassName
{
background-color: #C7357B;
}
.BgClassName
{
background-color: #C7357B;
}
</style>
border-color css
<style>
span { border-color: #C7357B; }
span { border-color: rgb(199,53,123); }
td.TdClassName
{
border-color: #C7357B;
}
.TagClassName
{
border-color: #C7357B;
}
</style>