Shades of Medium Red Violet #C8367C
Tints of Medium Red Violet #C8367C
RGB
CMYK
RGB Variations
Color information
#C8367C (or 0xC8367C) is known color: Medium Red Violet. HEX triplet: C8, 36 and 7C. RGB value is (200,54,124). Sum of RGB (Red+Green+Blue) = 200+54+124=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8367C is #37C983. Grayscale: #696969. Windows color (decimal): -3656068 or 8140488. OLE color: 8140488.
HSL color Cylindrical-coordinate representation of color #C8367C: hue angle of 331.23º 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 #C8367C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 124 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.22 |
| HSL | 331.23º | 0.57% | 0.5% | - |
| HSV(B) | 331.23º | 0.73% | 0.78% | - |
| XYZ | 28.78 | 16.37 | 20.71 | - |
| YUV | 105.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 124 | 0 | 0.73 | 0.38 | 0.22 | 331.23 | 0.57 | 0.5 |
| Hex | C8 | 36 | 7C | 0 | 49 | 26 | 16 | 14B | 39 | 32 |
| Octal | 310 | 66 | 174 | 0 | 111 | 46 | 26 | 513 | 71 | 62 |
| Binary | 11001000 | 110110 | 1111100 | 0 | 1001001 | 100110 | 10110 | 101001011 | 111001 | 110010 |
Color Harmonies of #C8367C
Complementary color
Monochromatic Colors of #C8367C
Black with #C8367C
Text Example
Text Example
White with #C8367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8367C; }
p { color: rgb(200,54,124); }
H1.HeaderClassName
{
color: #C8367C;
}
.AnyTagClassName
{
color: #C8367C;
}
</style>
background-color css
<style>
a { background-color: #C8367C; }
a { background-color: rgb(200,54,124); }
div.DivClassName
{
background-color: #C8367C;
}
.BgClassName
{
background-color: #C8367C;
}
</style>
border-color css
<style>
span { border-color: #C8367C; }
span { border-color: rgb(200,54,124); }
td.TdClassName
{
border-color: #C8367C;
}
.TagClassName
{
border-color: #C8367C;
}
</style>