Shades of Medium Red Violet #C8389B
Tints of Medium Red Violet #C8389B
RGB
CMYK
RGB Variations
Color information
#C8389B (or 0xC8389B) is known color: Medium Red Violet. HEX triplet: C8, 38 and 9B. RGB value is (200,56,155). Sum of RGB (Red+Green+Blue) = 200+56+155=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8389B is #37C764. Grayscale: #6E6E6E. Windows color (decimal): -3655525 or 10172616. OLE color: 10172616.
HSL color Cylindrical-coordinate representation of color #C8389B: hue angle of 318.75º 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 #C8389B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 155 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.22 |
| HSL | 318.75º | 0.57% | 0.5% | - |
| HSV(B) | 318.75º | 0.72% | 0.78% | - |
| XYZ | 31.15 | 17.47 | 32.74 | - |
| YUV | 110.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 155 | 0 | 0.72 | 0.22 | 0.22 | 318.75 | 0.57 | 0.5 |
| Hex | C8 | 38 | 9B | 0 | 48 | 16 | 16 | 13F | 39 | 32 |
| Octal | 310 | 70 | 233 | 0 | 110 | 26 | 26 | 477 | 71 | 62 |
| Binary | 11001000 | 111000 | 10011011 | 0 | 1001000 | 10110 | 10110 | 100111111 | 111001 | 110010 |
Color Harmonies of #C8389B
Complementary color
Monochromatic Colors of #C8389B
Black with #C8389B
Text Example
Text Example
White with #C8389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8389B; }
p { color: rgb(200,56,155); }
H1.HeaderClassName
{
color: #C8389B;
}
.AnyTagClassName
{
color: #C8389B;
}
</style>
background-color css
<style>
a { background-color: #C8389B; }
a { background-color: rgb(200,56,155); }
div.DivClassName
{
background-color: #C8389B;
}
.BgClassName
{
background-color: #C8389B;
}
</style>
border-color css
<style>
span { border-color: #C8389B; }
span { border-color: rgb(200,56,155); }
td.TdClassName
{
border-color: #C8389B;
}
.TagClassName
{
border-color: #C8389B;
}
</style>