Shades of Medium Red Violet #C6357A
Tints of Medium Red Violet #C6357A
RGB
CMYK
RGB Variations
Color information
#C6357A (or 0xC6357A) is known color: Medium Red Violet. HEX triplet: C6, 35 and 7A. RGB value is (198,53,122). Sum of RGB (Red+Green+Blue) = 198+53+122=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6357A is #39CA85. Grayscale: #686868. Windows color (decimal): -3787398 or 8009158. OLE color: 8009158.
HSL color Cylindrical-coordinate representation of color #C6357A: hue angle of 331.45º degrees, saturation: 0.58, 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 #C6357A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 122 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.22 |
| HSL | 331.45º | 0.58% | 0.49% | - |
| HSV(B) | 331.45º | 0.73% | 0.78% | - |
| XYZ | 28.07 | 15.96 | 20.01 | - |
| YUV | 104.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 122 | 0 | 0.73 | 0.38 | 0.22 | 331.45 | 0.58 | 0.49 |
| Hex | C6 | 35 | 7A | 0 | 49 | 26 | 16 | 14B | 3A | 31 |
| Octal | 306 | 65 | 172 | 0 | 111 | 46 | 26 | 513 | 72 | 61 |
| Binary | 11000110 | 110101 | 1111010 | 0 | 1001001 | 100110 | 10110 | 101001011 | 111010 | 110001 |
Color Harmonies of #C6357A
Complementary color
Monochromatic Colors of #C6357A
Black with #C6357A
Text Example
Text Example
White with #C6357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6357A; }
p { color: rgb(198,53,122); }
H1.HeaderClassName
{
color: #C6357A;
}
.AnyTagClassName
{
color: #C6357A;
}
</style>
background-color css
<style>
a { background-color: #C6357A; }
a { background-color: rgb(198,53,122); }
div.DivClassName
{
background-color: #C6357A;
}
.BgClassName
{
background-color: #C6357A;
}
</style>
border-color css
<style>
span { border-color: #C6357A; }
span { border-color: rgb(198,53,122); }
td.TdClassName
{
border-color: #C6357A;
}
.TagClassName
{
border-color: #C6357A;
}
</style>