Shades of Medium Red Violet #C8367E
Tints of Medium Red Violet #C8367E
RGB
CMYK
RGB Variations
Color information
#C8367E (or 0xC8367E) is known color: Medium Red Violet. HEX triplet: C8, 36 and 7E. RGB value is (200,54,126). Sum of RGB (Red+Green+Blue) = 200+54+126=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8367E is #37C981. Grayscale: #696969. Windows color (decimal): -3656066 or 8271560. OLE color: 8271560.
HSL color Cylindrical-coordinate representation of color #C8367E: hue angle of 330.41º 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 #C8367E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 126 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.22 |
| HSL | 330.41º | 0.57% | 0.5% | - |
| HSV(B) | 330.41º | 0.73% | 0.78% | - |
| XYZ | 28.9 | 16.42 | 21.39 | - |
| YUV | 105.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 126 | 0 | 0.73 | 0.37 | 0.22 | 330.41 | 0.57 | 0.5 |
| Hex | C8 | 36 | 7E | 0 | 49 | 25 | 16 | 14A | 39 | 32 |
| Octal | 310 | 66 | 176 | 0 | 111 | 45 | 26 | 512 | 71 | 62 |
| Binary | 11001000 | 110110 | 1111110 | 0 | 1001001 | 100101 | 10110 | 101001010 | 111001 | 110010 |
Color Harmonies of #C8367E
Complementary color
Monochromatic Colors of #C8367E
Black with #C8367E
Text Example
Text Example
White with #C8367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8367E; }
p { color: rgb(200,54,126); }
H1.HeaderClassName
{
color: #C8367E;
}
.AnyTagClassName
{
color: #C8367E;
}
</style>
background-color css
<style>
a { background-color: #C8367E; }
a { background-color: rgb(200,54,126); }
div.DivClassName
{
background-color: #C8367E;
}
.BgClassName
{
background-color: #C8367E;
}
</style>
border-color css
<style>
span { border-color: #C8367E; }
span { border-color: rgb(200,54,126); }
td.TdClassName
{
border-color: #C8367E;
}
.TagClassName
{
border-color: #C8367E;
}
</style>