Shades of Medium Red Violet #C8398C
Tints of Medium Red Violet #C8398C
RGB
CMYK
RGB Variations
Color information
#C8398C (or 0xC8398C) is known color: Medium Red Violet. HEX triplet: C8, 39 and 8C. RGB value is (200,57,140). Sum of RGB (Red+Green+Blue) = 200+57+140=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8398C is #37C673. Grayscale: #6D6D6D. Windows color (decimal): -3655284 or 9189832. OLE color: 9189832.
HSL color Cylindrical-coordinate representation of color #C8398C: hue angle of 325.17º 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 #C8398C is Cyan = 0, Magento = 0.72, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 140 | - |
| CMYK | 0 | 0.72 | 0.3 | 0.22 |
| HSL | 325.17º | 0.57% | 0.5% | - |
| HSV(B) | 325.17º | 0.72% | 0.78% | - |
| XYZ | 30.02 | 17.1 | 26.53 | - |
| YUV | 109.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 140 | 0 | 0.72 | 0.3 | 0.22 | 325.17 | 0.57 | 0.5 |
| Hex | C8 | 39 | 8C | 0 | 48 | 1E | 16 | 145 | 39 | 32 |
| Octal | 310 | 71 | 214 | 0 | 110 | 36 | 26 | 505 | 71 | 62 |
| Binary | 11001000 | 111001 | 10001100 | 0 | 1001000 | 11110 | 10110 | 101000101 | 111001 | 110010 |
Color Harmonies of #C8398C
Complementary color
Monochromatic Colors of #C8398C
Black with #C8398C
Text Example
Text Example
White with #C8398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8398C; }
p { color: rgb(200,57,140); }
H1.HeaderClassName
{
color: #C8398C;
}
.AnyTagClassName
{
color: #C8398C;
}
</style>
background-color css
<style>
a { background-color: #C8398C; }
a { background-color: rgb(200,57,140); }
div.DivClassName
{
background-color: #C8398C;
}
.BgClassName
{
background-color: #C8398C;
}
</style>
border-color css
<style>
span { border-color: #C8398C; }
span { border-color: rgb(200,57,140); }
td.TdClassName
{
border-color: #C8398C;
}
.TagClassName
{
border-color: #C8398C;
}
</style>