Shades of Medium Red Violet #C0357F
Tints of Medium Red Violet #C0357F
RGB
CMYK
RGB Variations
Color information
#C0357F (or 0xC0357F) is known color: Medium Red Violet. HEX triplet: C0, 35 and 7F. RGB value is (192,53,127). Sum of RGB (Red+Green+Blue) = 192+53+127=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0357F is #3FCA80. Grayscale: #666666. Windows color (decimal): -4180609 or 8336832. OLE color: 8336832.
HSL color Cylindrical-coordinate representation of color #C0357F: hue angle of 328.06º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0357F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 127 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.25 |
| HSL | 328.06º | 0.57% | 0.48% | - |
| HSV(B) | 328.06º | 0.72% | 0.75% | - |
| XYZ | 26.84 | 15.28 | 21.61 | - |
| YUV | 103 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 127 | 0 | 0.72 | 0.34 | 0.25 | 328.06 | 0.57 | 0.48 |
| Hex | C0 | 35 | 7F | 0 | 48 | 22 | 19 | 148 | 39 | 30 |
| Octal | 300 | 65 | 177 | 0 | 110 | 42 | 31 | 510 | 71 | 60 |
| Binary | 11000000 | 110101 | 1111111 | 0 | 1001000 | 100010 | 11001 | 101001000 | 111001 | 110000 |
Color Harmonies of #C0357F
Complementary color
Monochromatic Colors of #C0357F
Black with #C0357F
Text Example
Text Example
White with #C0357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0357F; }
p { color: rgb(192,53,127); }
H1.HeaderClassName
{
color: #C0357F;
}
.AnyTagClassName
{
color: #C0357F;
}
</style>
background-color css
<style>
a { background-color: #C0357F; }
a { background-color: rgb(192,53,127); }
div.DivClassName
{
background-color: #C0357F;
}
.BgClassName
{
background-color: #C0357F;
}
</style>
border-color css
<style>
span { border-color: #C0357F; }
span { border-color: rgb(192,53,127); }
td.TdClassName
{
border-color: #C0357F;
}
.TagClassName
{
border-color: #C0357F;
}
</style>