Shades of Medium Red Violet #C0347E
Tints of Medium Red Violet #C0347E
RGB
CMYK
RGB Variations
Color information
#C0347E (or 0xC0347E) is known color: Medium Red Violet. HEX triplet: C0, 34 and 7E. RGB value is (192,52,126). Sum of RGB (Red+Green+Blue) = 192+52+126=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0347E is #3FCB81. Grayscale: #666666. Windows color (decimal): -4180866 or 8271040. OLE color: 8271040.
HSL color Cylindrical-coordinate representation of color #C0347E: hue angle of 328.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0347E is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 126 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.25 |
| HSL | 328.29º | 0.57% | 0.48% | - |
| HSV(B) | 328.29º | 0.73% | 0.75% | - |
| XYZ | 26.73 | 15.17 | 21.26 | - |
| YUV | 102.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 126 | 0 | 0.73 | 0.34 | 0.25 | 328.29 | 0.57 | 0.48 |
| Hex | C0 | 34 | 7E | 0 | 49 | 22 | 19 | 148 | 39 | 30 |
| Octal | 300 | 64 | 176 | 0 | 111 | 42 | 31 | 510 | 71 | 60 |
| Binary | 11000000 | 110100 | 1111110 | 0 | 1001001 | 100010 | 11001 | 101001000 | 111001 | 110000 |
Color Harmonies of #C0347E
Complementary color
Monochromatic Colors of #C0347E
Black with #C0347E
Text Example
Text Example
White with #C0347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0347E; }
p { color: rgb(192,52,126); }
H1.HeaderClassName
{
color: #C0347E;
}
.AnyTagClassName
{
color: #C0347E;
}
</style>
background-color css
<style>
a { background-color: #C0347E; }
a { background-color: rgb(192,52,126); }
div.DivClassName
{
background-color: #C0347E;
}
.BgClassName
{
background-color: #C0347E;
}
</style>
border-color css
<style>
span { border-color: #C0347E; }
span { border-color: rgb(192,52,126); }
td.TdClassName
{
border-color: #C0347E;
}
.TagClassName
{
border-color: #C0347E;
}
</style>