Shades of Medium Red Violet #C6367C
Tints of Medium Red Violet #C6367C
RGB
CMYK
RGB Variations
Color information
#C6367C (or 0xC6367C) is known color: Medium Red Violet. HEX triplet: C6, 36 and 7C. RGB value is (198,54,124). Sum of RGB (Red+Green+Blue) = 198+54+124=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6367C is #39C983. Grayscale: #686868. Windows color (decimal): -3787140 or 8140486. OLE color: 8140486.
HSL color Cylindrical-coordinate representation of color #C6367C: hue angle of 330.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6367C is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 124 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.22 |
| HSL | 330.83º | 0.57% | 0.49% | - |
| HSV(B) | 330.83º | 0.73% | 0.78% | - |
| XYZ | 28.25 | 16.1 | 20.69 | - |
| YUV | 105.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 124 | 0 | 0.73 | 0.37 | 0.22 | 330.83 | 0.57 | 0.49 |
| Hex | C6 | 36 | 7C | 0 | 49 | 25 | 16 | 14B | 39 | 31 |
| Octal | 306 | 66 | 174 | 0 | 111 | 45 | 26 | 513 | 71 | 61 |
| Binary | 11000110 | 110110 | 1111100 | 0 | 1001001 | 100101 | 10110 | 101001011 | 111001 | 110001 |
Color Harmonies of #C6367C
Complementary color
Monochromatic Colors of #C6367C
Black with #C6367C
Text Example
Text Example
White with #C6367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6367C; }
p { color: rgb(198,54,124); }
H1.HeaderClassName
{
color: #C6367C;
}
.AnyTagClassName
{
color: #C6367C;
}
</style>
background-color css
<style>
a { background-color: #C6367C; }
a { background-color: rgb(198,54,124); }
div.DivClassName
{
background-color: #C6367C;
}
.BgClassName
{
background-color: #C6367C;
}
</style>
border-color css
<style>
span { border-color: #C6367C; }
span { border-color: rgb(198,54,124); }
td.TdClassName
{
border-color: #C6367C;
}
.TagClassName
{
border-color: #C6367C;
}
</style>