Shades of Medium Red Violet #C8368B
Tints of Medium Red Violet #C8368B
RGB
CMYK
RGB Variations
Color information
#C8368B (or 0xC8368B) is known color: Medium Red Violet. HEX triplet: C8, 36 and 8B. RGB value is (200,54,139). Sum of RGB (Red+Green+Blue) = 200+54+139=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8368B is #37C974. Grayscale: #6B6B6B. Windows color (decimal): -3656053 or 9123528. OLE color: 9123528.
HSL color Cylindrical-coordinate representation of color #C8368B: hue angle of 325.07º 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 #C8368B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 139 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.22 |
| HSL | 325.07º | 0.57% | 0.5% | - |
| HSV(B) | 325.07º | 0.73% | 0.78% | - |
| XYZ | 29.8 | 16.78 | 26.09 | - |
| YUV | 107.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 139 | 0 | 0.73 | 0.30 | 0.22 | 325.07 | 0.57 | 0.5 |
| Hex | C8 | 36 | 8B | 0 | 49 | 1E | 16 | 145 | 39 | 32 |
| Octal | 310 | 66 | 213 | 0 | 111 | 36 | 26 | 505 | 71 | 62 |
| Binary | 11001000 | 110110 | 10001011 | 0 | 1001001 | 11110 | 10110 | 101000101 | 111001 | 110010 |
Color Harmonies of #C8368B
Complementary color
Monochromatic Colors of #C8368B
Black with #C8368B
Text Example
Text Example
White with #C8368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8368B; }
p { color: rgb(200,54,139); }
H1.HeaderClassName
{
color: #C8368B;
}
.AnyTagClassName
{
color: #C8368B;
}
</style>
background-color css
<style>
a { background-color: #C8368B; }
a { background-color: rgb(200,54,139); }
div.DivClassName
{
background-color: #C8368B;
}
.BgClassName
{
background-color: #C8368B;
}
</style>
border-color css
<style>
span { border-color: #C8368B; }
span { border-color: rgb(200,54,139); }
td.TdClassName
{
border-color: #C8368B;
}
.TagClassName
{
border-color: #C8368B;
}
</style>