Shades of Medium Red Violet #C6337C
Tints of Medium Red Violet #C6337C
RGB
CMYK
RGB Variations
Color information
#C6337C (or 0xC6337C) is known color: Medium Red Violet. HEX triplet: C6, 33 and 7C. RGB value is (198,51,124). Sum of RGB (Red+Green+Blue) = 198+51+124=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6337C is #39CC83. Grayscale: #676767. Windows color (decimal): -3787908 or 8139718. OLE color: 8139718.
HSL color Cylindrical-coordinate representation of color #C6337C: hue angle of 330.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6337C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 124 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.22 |
| HSL | 330.2º | 0.59% | 0.49% | - |
| HSV(B) | 330.2º | 0.74% | 0.78% | - |
| XYZ | 28.11 | 15.83 | 20.64 | - |
| YUV | 103.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 124 | 0 | 0.74 | 0.37 | 0.22 | 330.2 | 0.59 | 0.49 |
| Hex | C6 | 33 | 7C | 0 | 4A | 25 | 16 | 14A | 3B | 31 |
| Octal | 306 | 63 | 174 | 0 | 112 | 45 | 26 | 512 | 73 | 61 |
| Binary | 11000110 | 110011 | 1111100 | 0 | 1001010 | 100101 | 10110 | 101001010 | 111011 | 110001 |
Color Harmonies of #C6337C
Complementary color
Monochromatic Colors of #C6337C
Black with #C6337C
Text Example
Text Example
White with #C6337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6337C; }
p { color: rgb(198,51,124); }
H1.HeaderClassName
{
color: #C6337C;
}
.AnyTagClassName
{
color: #C6337C;
}
</style>
background-color css
<style>
a { background-color: #C6337C; }
a { background-color: rgb(198,51,124); }
div.DivClassName
{
background-color: #C6337C;
}
.BgClassName
{
background-color: #C6337C;
}
</style>
border-color css
<style>
span { border-color: #C6337C; }
span { border-color: rgb(198,51,124); }
td.TdClassName
{
border-color: #C6337C;
}
.TagClassName
{
border-color: #C6337C;
}
</style>