Shades of Medium Red Violet #C6399C
Tints of Medium Red Violet #C6399C
RGB
CMYK
RGB Variations
Color information
#C6399C (or 0xC6399C) is known color: Medium Red Violet. HEX triplet: C6, 39 and 9C. RGB value is (198,57,156). Sum of RGB (Red+Green+Blue) = 198+57+156=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6399C is #39C663. Grayscale: #6E6E6E. Windows color (decimal): -3786340 or 10238406. OLE color: 10238406.
HSL color Cylindrical-coordinate representation of color #C6399C: hue angle of 317.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6399C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 156 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.22 |
| HSL | 317.87º | 0.55% | 0.5% | - |
| HSV(B) | 317.87º | 0.71% | 0.78% | - |
| XYZ | 30.75 | 17.33 | 33.18 | - |
| YUV | 110.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 156 | 0 | 0.71 | 0.21 | 0.22 | 317.87 | 0.55 | 0.5 |
| Hex | C6 | 39 | 9C | 0 | 47 | 15 | 16 | 13E | 37 | 32 |
| Octal | 306 | 71 | 234 | 0 | 107 | 25 | 26 | 476 | 67 | 62 |
| Binary | 11000110 | 111001 | 10011100 | 0 | 1000111 | 10101 | 10110 | 100111110 | 110111 | 110010 |
Color Harmonies of #C6399C
Complementary color
Monochromatic Colors of #C6399C
Black with #C6399C
Text Example
Text Example
White with #C6399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6399C; }
p { color: rgb(198,57,156); }
H1.HeaderClassName
{
color: #C6399C;
}
.AnyTagClassName
{
color: #C6399C;
}
</style>
background-color css
<style>
a { background-color: #C6399C; }
a { background-color: rgb(198,57,156); }
div.DivClassName
{
background-color: #C6399C;
}
.BgClassName
{
background-color: #C6399C;
}
</style>
border-color css
<style>
span { border-color: #C6399C; }
span { border-color: rgb(198,57,156); }
td.TdClassName
{
border-color: #C6399C;
}
.TagClassName
{
border-color: #C6399C;
}
</style>