Shades of Medium Red Violet #C6327A
Tints of Medium Red Violet #C6327A
RGB
CMYK
RGB Variations
Color information
#C6327A (or 0xC6327A) is known color: Medium Red Violet. HEX triplet: C6, 32 and 7A. RGB value is (198,50,122). Sum of RGB (Red+Green+Blue) = 198+50+122=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6327A is #39CD85. Grayscale: #666666. Windows color (decimal): -3788166 or 8008390. OLE color: 8008390.
HSL color Cylindrical-coordinate representation of color #C6327A: hue angle of 330.81º 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 #C6327A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.22 |
| HSL | 330.81º | 0.6% | 0.49% | - |
| HSV(B) | 330.81º | 0.75% | 0.78% | - |
| XYZ | 27.94 | 15.69 | 19.97 | - |
| YUV | 102.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 122 | 0 | 0.75 | 0.38 | 0.22 | 330.81 | 0.6 | 0.49 |
| Hex | C6 | 32 | 7A | 0 | 4B | 26 | 16 | 14B | 3C | 31 |
| Octal | 306 | 62 | 172 | 0 | 113 | 46 | 26 | 513 | 74 | 61 |
| Binary | 11000110 | 110010 | 1111010 | 0 | 1001011 | 100110 | 10110 | 101001011 | 111100 | 110001 |
Color Harmonies of #C6327A
Complementary color
Monochromatic Colors of #C6327A
Black with #C6327A
Text Example
Text Example
White with #C6327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6327A; }
p { color: rgb(198,50,122); }
H1.HeaderClassName
{
color: #C6327A;
}
.AnyTagClassName
{
color: #C6327A;
}
</style>
background-color css
<style>
a { background-color: #C6327A; }
a { background-color: rgb(198,50,122); }
div.DivClassName
{
background-color: #C6327A;
}
.BgClassName
{
background-color: #C6327A;
}
</style>
border-color css
<style>
span { border-color: #C6327A; }
span { border-color: rgb(198,50,122); }
td.TdClassName
{
border-color: #C6327A;
}
.TagClassName
{
border-color: #C6327A;
}
</style>