Shades of Medium Red Violet #C6389B
Tints of Medium Red Violet #C6389B
RGB
CMYK
RGB Variations
Color information
#C6389B (or 0xC6389B) is known color: Medium Red Violet. HEX triplet: C6, 38 and 9B. RGB value is (198,56,155). Sum of RGB (Red+Green+Blue) = 198+56+155=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6389B is #39C764. Grayscale: #6D6D6D. Windows color (decimal): -3786597 or 10172614. OLE color: 10172614.
HSL color Cylindrical-coordinate representation of color #C6389B: hue angle of 318.17º 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 #C6389B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 155 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.22 |
| HSL | 318.17º | 0.56% | 0.5% | - |
| HSV(B) | 318.17º | 0.72% | 0.78% | - |
| XYZ | 30.62 | 17.2 | 32.72 | - |
| YUV | 109.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 155 | 0 | 0.72 | 0.22 | 0.22 | 318.17 | 0.56 | 0.5 |
| Hex | C6 | 38 | 9B | 0 | 48 | 16 | 16 | 13E | 38 | 32 |
| Octal | 306 | 70 | 233 | 0 | 110 | 26 | 26 | 476 | 70 | 62 |
| Binary | 11000110 | 111000 | 10011011 | 0 | 1001000 | 10110 | 10110 | 100111110 | 111000 | 110010 |
Color Harmonies of #C6389B
Complementary color
Monochromatic Colors of #C6389B
Black with #C6389B
Text Example
Text Example
White with #C6389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6389B; }
p { color: rgb(198,56,155); }
H1.HeaderClassName
{
color: #C6389B;
}
.AnyTagClassName
{
color: #C6389B;
}
</style>
background-color css
<style>
a { background-color: #C6389B; }
a { background-color: rgb(198,56,155); }
div.DivClassName
{
background-color: #C6389B;
}
.BgClassName
{
background-color: #C6389B;
}
</style>
border-color css
<style>
span { border-color: #C6389B; }
span { border-color: rgb(198,56,155); }
td.TdClassName
{
border-color: #C6389B;
}
.TagClassName
{
border-color: #C6389B;
}
</style>