Shades of Medium Red Violet #C7367F
Tints of Medium Red Violet #C7367F
RGB
CMYK
RGB Variations
Color information
#C7367F (or 0xC7367F) is known color: Medium Red Violet. HEX triplet: C7, 36 and 7F. RGB value is (199,54,127). Sum of RGB (Red+Green+Blue) = 199+54+127=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7367F is #38C980. Grayscale: #696969. Windows color (decimal): -3721601 or 8337095. OLE color: 8337095.
HSL color Cylindrical-coordinate representation of color #C7367F: hue angle of 329.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7367F is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 127 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.22 |
| HSL | 329.79º | 0.57% | 0.5% | - |
| HSV(B) | 329.79º | 0.73% | 0.78% | - |
| XYZ | 28.7 | 16.31 | 21.71 | - |
| YUV | 105.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 127 | 0 | 0.73 | 0.36 | 0.22 | 329.79 | 0.57 | 0.5 |
| Hex | C7 | 36 | 7F | 0 | 49 | 24 | 16 | 14A | 39 | 32 |
| Octal | 307 | 66 | 177 | 0 | 111 | 44 | 26 | 512 | 71 | 62 |
| Binary | 11000111 | 110110 | 1111111 | 0 | 1001001 | 100100 | 10110 | 101001010 | 111001 | 110010 |
Color Harmonies of #C7367F
Complementary color
Monochromatic Colors of #C7367F
Black with #C7367F
Text Example
Text Example
White with #C7367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7367F; }
p { color: rgb(199,54,127); }
H1.HeaderClassName
{
color: #C7367F;
}
.AnyTagClassName
{
color: #C7367F;
}
</style>
background-color css
<style>
a { background-color: #C7367F; }
a { background-color: rgb(199,54,127); }
div.DivClassName
{
background-color: #C7367F;
}
.BgClassName
{
background-color: #C7367F;
}
</style>
border-color css
<style>
span { border-color: #C7367F; }
span { border-color: rgb(199,54,127); }
td.TdClassName
{
border-color: #C7367F;
}
.TagClassName
{
border-color: #C7367F;
}
</style>