Shades of Medium Red Violet #C0367D
Tints of Medium Red Violet #C0367D
RGB
CMYK
RGB Variations
Color information
#C0367D (or 0xC0367D) is known color: Medium Red Violet. HEX triplet: C0, 36 and 7D. RGB value is (192,54,125). Sum of RGB (Red+Green+Blue) = 192+54+125=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0367D is #3FC982. Grayscale: #676767. Windows color (decimal): -4180355 or 8206016. OLE color: 8206016.
HSL color Cylindrical-coordinate representation of color #C0367D: hue angle of 329.13º degrees, saturation: 0.56, 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 #C0367D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 125 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.25 |
| HSL | 329.13º | 0.56% | 0.48% | - |
| HSV(B) | 329.13º | 0.72% | 0.75% | - |
| XYZ | 26.76 | 15.33 | 20.95 | - |
| YUV | 103.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 125 | 0 | 0.72 | 0.35 | 0.25 | 329.13 | 0.56 | 0.48 |
| Hex | C0 | 36 | 7D | 0 | 48 | 23 | 19 | 149 | 38 | 30 |
| Octal | 300 | 66 | 175 | 0 | 110 | 43 | 31 | 511 | 70 | 60 |
| Binary | 11000000 | 110110 | 1111101 | 0 | 1001000 | 100011 | 11001 | 101001001 | 111000 | 110000 |
Color Harmonies of #C0367D
Complementary color
Monochromatic Colors of #C0367D
Black with #C0367D
Text Example
Text Example
White with #C0367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0367D; }
p { color: rgb(192,54,125); }
H1.HeaderClassName
{
color: #C0367D;
}
.AnyTagClassName
{
color: #C0367D;
}
</style>
background-color css
<style>
a { background-color: #C0367D; }
a { background-color: rgb(192,54,125); }
div.DivClassName
{
background-color: #C0367D;
}
.BgClassName
{
background-color: #C0367D;
}
</style>
border-color css
<style>
span { border-color: #C0367D; }
span { border-color: rgb(192,54,125); }
td.TdClassName
{
border-color: #C0367D;
}
.TagClassName
{
border-color: #C0367D;
}
</style>