Shades of Medium Red Violet #C0379B
Tints of Medium Red Violet #C0379B
RGB
CMYK
RGB Variations
Color information
#C0379B (or 0xC0379B) is known color: Medium Red Violet. HEX triplet: C0, 37 and 9B. RGB value is (192,55,155). Sum of RGB (Red+Green+Blue) = 192+55+155=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0379B is #3FC864. Grayscale: #6B6B6B. Windows color (decimal): -4180069 or 10172352. OLE color: 10172352.
HSL color Cylindrical-coordinate representation of color #C0379B: hue angle of 316.2º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0379B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 155 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.25 |
| HSL | 316.2º | 0.55% | 0.48% | - |
| HSV(B) | 316.2º | 0.71% | 0.75% | - |
| XYZ | 29.02 | 16.31 | 32.63 | - |
| YUV | 107.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 155 | 0 | 0.71 | 0.19 | 0.25 | 316.2 | 0.55 | 0.48 |
| Hex | C0 | 37 | 9B | 0 | 47 | 13 | 19 | 13C | 37 | 30 |
| Octal | 300 | 67 | 233 | 0 | 107 | 23 | 31 | 474 | 67 | 60 |
| Binary | 11000000 | 110111 | 10011011 | 0 | 1000111 | 10011 | 11001 | 100111100 | 110111 | 110000 |
Color Harmonies of #C0379B
Complementary color
Monochromatic Colors of #C0379B
Black with #C0379B
Text Example
Text Example
White with #C0379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0379B; }
p { color: rgb(192,55,155); }
H1.HeaderClassName
{
color: #C0379B;
}
.AnyTagClassName
{
color: #C0379B;
}
</style>
background-color css
<style>
a { background-color: #C0379B; }
a { background-color: rgb(192,55,155); }
div.DivClassName
{
background-color: #C0379B;
}
.BgClassName
{
background-color: #C0379B;
}
</style>
border-color css
<style>
span { border-color: #C0379B; }
span { border-color: rgb(192,55,155); }
td.TdClassName
{
border-color: #C0379B;
}
.TagClassName
{
border-color: #C0379B;
}
</style>