Shades of Medium Red Violet #C8388C
Tints of Medium Red Violet #C8388C
RGB
CMYK
RGB Variations
Color information
#C8388C (or 0xC8388C) is known color: Medium Red Violet. HEX triplet: C8, 38 and 8C. RGB value is (200,56,140). Sum of RGB (Red+Green+Blue) = 200+56+140=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8388C is #37C773. Grayscale: #6C6C6C. Windows color (decimal): -3655540 or 9189576. OLE color: 9189576.
HSL color Cylindrical-coordinate representation of color #C8388C: hue angle of 325º 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 #C8388C is Cyan = 0, Magento = 0.72, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 140 | - |
| CMYK | 0 | 0.72 | 0.3 | 0.22 |
| HSL | 325º | 0.57% | 0.5% | - |
| HSV(B) | 325º | 0.72% | 0.78% | - |
| XYZ | 29.97 | 17 | 26.51 | - |
| YUV | 108.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 140 | 0 | 0.72 | 0.3 | 0.22 | 325 | 0.57 | 0.5 |
| Hex | C8 | 38 | 8C | 0 | 48 | 1E | 16 | 145 | 39 | 32 |
| Octal | 310 | 70 | 214 | 0 | 110 | 36 | 26 | 505 | 71 | 62 |
| Binary | 11001000 | 111000 | 10001100 | 0 | 1001000 | 11110 | 10110 | 101000101 | 111001 | 110010 |
Color Harmonies of #C8388C
Complementary color
Monochromatic Colors of #C8388C
Black with #C8388C
Text Example
Text Example
White with #C8388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8388C; }
p { color: rgb(200,56,140); }
H1.HeaderClassName
{
color: #C8388C;
}
.AnyTagClassName
{
color: #C8388C;
}
</style>
background-color css
<style>
a { background-color: #C8388C; }
a { background-color: rgb(200,56,140); }
div.DivClassName
{
background-color: #C8388C;
}
.BgClassName
{
background-color: #C8388C;
}
</style>
border-color css
<style>
span { border-color: #C8388C; }
span { border-color: rgb(200,56,140); }
td.TdClassName
{
border-color: #C8388C;
}
.TagClassName
{
border-color: #C8388C;
}
</style>