Shades of Medium Red Violet #C8388B
Tints of Medium Red Violet #C8388B
RGB
CMYK
RGB Variations
Color information
#C8388B (or 0xC8388B) is known color: Medium Red Violet. HEX triplet: C8, 38 and 8B. RGB value is (200,56,139). Sum of RGB (Red+Green+Blue) = 200+56+139=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8388B is #37C774. Grayscale: #6C6C6C. Windows color (decimal): -3655541 or 9124040. OLE color: 9124040.
HSL color Cylindrical-coordinate representation of color #C8388B: hue angle of 325.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8388B is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 139 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.22 |
| HSL | 325.42º | 0.57% | 0.5% | - |
| HSV(B) | 325.42º | 0.72% | 0.78% | - |
| XYZ | 29.89 | 16.97 | 26.13 | - |
| YUV | 108.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 139 | 0 | 0.72 | 0.30 | 0.22 | 325.42 | 0.57 | 0.5 |
| Hex | C8 | 38 | 8B | 0 | 48 | 1E | 16 | 145 | 39 | 32 |
| Octal | 310 | 70 | 213 | 0 | 110 | 36 | 26 | 505 | 71 | 62 |
| Binary | 11001000 | 111000 | 10001011 | 0 | 1001000 | 11110 | 10110 | 101000101 | 111001 | 110010 |
Color Harmonies of #C8388B
Complementary color
Monochromatic Colors of #C8388B
Black with #C8388B
Text Example
Text Example
White with #C8388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8388B; }
p { color: rgb(200,56,139); }
H1.HeaderClassName
{
color: #C8388B;
}
.AnyTagClassName
{
color: #C8388B;
}
</style>
background-color css
<style>
a { background-color: #C8388B; }
a { background-color: rgb(200,56,139); }
div.DivClassName
{
background-color: #C8388B;
}
.BgClassName
{
background-color: #C8388B;
}
</style>
border-color css
<style>
span { border-color: #C8388B; }
span { border-color: rgb(200,56,139); }
td.TdClassName
{
border-color: #C8388B;
}
.TagClassName
{
border-color: #C8388B;
}
</style>