Shades of Medium Red Violet #C6389D
Tints of Medium Red Violet #C6389D
RGB
CMYK
RGB Variations
Color information
#C6389D (or 0xC6389D) is known color: Medium Red Violet. HEX triplet: C6, 38 and 9D. RGB value is (198,56,157). Sum of RGB (Red+Green+Blue) = 198+56+157=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6389D is #39C762. Grayscale: #6D6D6D. Windows color (decimal): -3786595 or 10303686. OLE color: 10303686.
HSL color Cylindrical-coordinate representation of color #C6389D: hue angle of 317.32º 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 #C6389D is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 157 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.22 |
| HSL | 317.32º | 0.56% | 0.5% | - |
| HSV(B) | 317.32º | 0.72% | 0.78% | - |
| XYZ | 30.79 | 17.27 | 33.61 | - |
| YUV | 109.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 157 | 0 | 0.72 | 0.21 | 0.22 | 317.32 | 0.56 | 0.5 |
| Hex | C6 | 38 | 9D | 0 | 48 | 15 | 16 | 13D | 38 | 32 |
| Octal | 306 | 70 | 235 | 0 | 110 | 25 | 26 | 475 | 70 | 62 |
| Binary | 11000110 | 111000 | 10011101 | 0 | 1001000 | 10101 | 10110 | 100111101 | 111000 | 110010 |
Color Harmonies of #C6389D
Complementary color
Monochromatic Colors of #C6389D
Black with #C6389D
Text Example
Text Example
White with #C6389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6389D; }
p { color: rgb(198,56,157); }
H1.HeaderClassName
{
color: #C6389D;
}
.AnyTagClassName
{
color: #C6389D;
}
</style>
background-color css
<style>
a { background-color: #C6389D; }
a { background-color: rgb(198,56,157); }
div.DivClassName
{
background-color: #C6389D;
}
.BgClassName
{
background-color: #C6389D;
}
</style>
border-color css
<style>
span { border-color: #C6389D; }
span { border-color: rgb(198,56,157); }
td.TdClassName
{
border-color: #C6389D;
}
.TagClassName
{
border-color: #C6389D;
}
</style>