Shades of Medium Red Violet #C8367F
Tints of Medium Red Violet #C8367F
RGB
CMYK
RGB Variations
Color information
#C8367F (or 0xC8367F) is known color: Medium Red Violet. HEX triplet: C8, 36 and 7F. RGB value is (200,54,127). Sum of RGB (Red+Green+Blue) = 200+54+127=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8367F is #37C980. Grayscale: #696969. Windows color (decimal): -3656065 or 8337096. OLE color: 8337096.
HSL color Cylindrical-coordinate representation of color #C8367F: hue angle of 330º 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 #C8367F is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 127 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.22 |
| HSL | 330º | 0.57% | 0.5% | - |
| HSV(B) | 330º | 0.73% | 0.78% | - |
| XYZ | 28.97 | 16.45 | 21.73 | - |
| YUV | 105.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 127 | 0 | 0.73 | 0.36 | 0.22 | 330 | 0.57 | 0.5 |
| Hex | C8 | 36 | 7F | 0 | 49 | 24 | 16 | 14A | 39 | 32 |
| Octal | 310 | 66 | 177 | 0 | 111 | 44 | 26 | 512 | 71 | 62 |
| Binary | 11001000 | 110110 | 1111111 | 0 | 1001001 | 100100 | 10110 | 101001010 | 111001 | 110010 |
Color Harmonies of #C8367F
Complementary color
Monochromatic Colors of #C8367F
Black with #C8367F
Text Example
Text Example
White with #C8367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8367F; }
p { color: rgb(200,54,127); }
H1.HeaderClassName
{
color: #C8367F;
}
.AnyTagClassName
{
color: #C8367F;
}
</style>
background-color css
<style>
a { background-color: #C8367F; }
a { background-color: rgb(200,54,127); }
div.DivClassName
{
background-color: #C8367F;
}
.BgClassName
{
background-color: #C8367F;
}
</style>
border-color css
<style>
span { border-color: #C8367F; }
span { border-color: rgb(200,54,127); }
td.TdClassName
{
border-color: #C8367F;
}
.TagClassName
{
border-color: #C8367F;
}
</style>