Shades of Medium Red Violet #C0367F
Tints of Medium Red Violet #C0367F
RGB
CMYK
RGB Variations
Color information
#C0367F (or 0xC0367F) is known color: Medium Red Violet. HEX triplet: C0, 36 and 7F. RGB value is (192,54,127). Sum of RGB (Red+Green+Blue) = 192+54+127=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0367F is #3FC980. Grayscale: #676767. Windows color (decimal): -4180353 or 8337088. OLE color: 8337088.
HSL color Cylindrical-coordinate representation of color #C0367F: hue angle of 328.26º 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 #C0367F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 127 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.25 |
| HSL | 328.26º | 0.56% | 0.48% | - |
| HSV(B) | 328.26º | 0.72% | 0.75% | - |
| XYZ | 26.89 | 15.38 | 21.63 | - |
| YUV | 103.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 127 | 0 | 0.72 | 0.34 | 0.25 | 328.26 | 0.56 | 0.48 |
| Hex | C0 | 36 | 7F | 0 | 48 | 22 | 19 | 148 | 38 | 30 |
| Octal | 300 | 66 | 177 | 0 | 110 | 42 | 31 | 510 | 70 | 60 |
| Binary | 11000000 | 110110 | 1111111 | 0 | 1001000 | 100010 | 11001 | 101001000 | 111000 | 110000 |
Color Harmonies of #C0367F
Complementary color
Monochromatic Colors of #C0367F
Black with #C0367F
Text Example
Text Example
White with #C0367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0367F; }
p { color: rgb(192,54,127); }
H1.HeaderClassName
{
color: #C0367F;
}
.AnyTagClassName
{
color: #C0367F;
}
</style>
background-color css
<style>
a { background-color: #C0367F; }
a { background-color: rgb(192,54,127); }
div.DivClassName
{
background-color: #C0367F;
}
.BgClassName
{
background-color: #C0367F;
}
</style>
border-color css
<style>
span { border-color: #C0367F; }
span { border-color: rgb(192,54,127); }
td.TdClassName
{
border-color: #C0367F;
}
.TagClassName
{
border-color: #C0367F;
}
</style>