Shades of Medium Red Violet #C6327F
Tints of Medium Red Violet #C6327F
RGB
CMYK
RGB Variations
Color information
#C6327F (or 0xC6327F) is known color: Medium Red Violet. HEX triplet: C6, 32 and 7F. RGB value is (198,50,127). Sum of RGB (Red+Green+Blue) = 198+50+127=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6327F is #39CD80. Grayscale: #666666. Windows color (decimal): -3788161 or 8336070. OLE color: 8336070.
HSL color Cylindrical-coordinate representation of color #C6327F: hue angle of 328.78º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6327F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 127 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.22 |
| HSL | 328.78º | 0.6% | 0.49% | - |
| HSV(B) | 328.78º | 0.75% | 0.78% | - |
| XYZ | 28.26 | 15.82 | 21.64 | - |
| YUV | 103.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 127 | 0 | 0.75 | 0.36 | 0.22 | 328.78 | 0.6 | 0.49 |
| Hex | C6 | 32 | 7F | 0 | 4B | 24 | 16 | 149 | 3C | 31 |
| Octal | 306 | 62 | 177 | 0 | 113 | 44 | 26 | 511 | 74 | 61 |
| Binary | 11000110 | 110010 | 1111111 | 0 | 1001011 | 100100 | 10110 | 101001001 | 111100 | 110001 |
Color Harmonies of #C6327F
Complementary color
Monochromatic Colors of #C6327F
Black with #C6327F
Text Example
Text Example
White with #C6327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6327F; }
p { color: rgb(198,50,127); }
H1.HeaderClassName
{
color: #C6327F;
}
.AnyTagClassName
{
color: #C6327F;
}
</style>
background-color css
<style>
a { background-color: #C6327F; }
a { background-color: rgb(198,50,127); }
div.DivClassName
{
background-color: #C6327F;
}
.BgClassName
{
background-color: #C6327F;
}
</style>
border-color css
<style>
span { border-color: #C6327F; }
span { border-color: rgb(198,50,127); }
td.TdClassName
{
border-color: #C6327F;
}
.TagClassName
{
border-color: #C6327F;
}
</style>