Shades of Medium Red Violet #C6389F
Tints of Medium Red Violet #C6389F
RGB
CMYK
RGB Variations
Color information
#C6389F (or 0xC6389F) is known color: Medium Red Violet. HEX triplet: C6, 38 and 9F. RGB value is (198,56,159). Sum of RGB (Red+Green+Blue) = 198+56+159=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6389F is #39C760. Grayscale: #6D6D6D. Windows color (decimal): -3786593 or 10434758. OLE color: 10434758.
HSL color Cylindrical-coordinate representation of color #C6389F: hue angle of 316.48º degrees, saturation: 0.56, 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 #C6389F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 159 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.22 |
| HSL | 316.48º | 0.56% | 0.5% | - |
| HSV(B) | 316.48º | 0.72% | 0.78% | - |
| XYZ | 30.96 | 17.34 | 34.52 | - |
| YUV | 110.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 159 | 0 | 0.72 | 0.20 | 0.22 | 316.48 | 0.56 | 0.5 |
| Hex | C6 | 38 | 9F | 0 | 48 | 14 | 16 | 13C | 38 | 32 |
| Octal | 306 | 70 | 237 | 0 | 110 | 24 | 26 | 474 | 70 | 62 |
| Binary | 11000110 | 111000 | 10011111 | 0 | 1001000 | 10100 | 10110 | 100111100 | 111000 | 110010 |
Color Harmonies of #C6389F
Complementary color
Monochromatic Colors of #C6389F
Black with #C6389F
Text Example
Text Example
White with #C6389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6389F; }
p { color: rgb(198,56,159); }
H1.HeaderClassName
{
color: #C6389F;
}
.AnyTagClassName
{
color: #C6389F;
}
</style>
background-color css
<style>
a { background-color: #C6389F; }
a { background-color: rgb(198,56,159); }
div.DivClassName
{
background-color: #C6389F;
}
.BgClassName
{
background-color: #C6389F;
}
</style>
border-color css
<style>
span { border-color: #C6389F; }
span { border-color: rgb(198,56,159); }
td.TdClassName
{
border-color: #C6389F;
}
.TagClassName
{
border-color: #C6389F;
}
</style>