Shades of Medium Red Violet #C6359D
Tints of Medium Red Violet #C6359D
RGB
CMYK
RGB Variations
Color information
#C6359D (or 0xC6359D) is known color: Medium Red Violet. HEX triplet: C6, 35 and 9D. RGB value is (198,53,157). Sum of RGB (Red+Green+Blue) = 198+53+157=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6359D is #39CA62. Grayscale: #6B6B6B. Windows color (decimal): -3787363 or 10302918. OLE color: 10302918.
HSL color Cylindrical-coordinate representation of color #C6359D: hue angle of 316.97º 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 #C6359D is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 157 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.22 |
| HSL | 316.97º | 0.58% | 0.49% | - |
| HSV(B) | 316.97º | 0.73% | 0.78% | - |
| XYZ | 30.65 | 16.99 | 33.56 | - |
| YUV | 108.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 157 | 0 | 0.73 | 0.21 | 0.22 | 316.97 | 0.58 | 0.49 |
| Hex | C6 | 35 | 9D | 0 | 49 | 15 | 16 | 13D | 3A | 31 |
| Octal | 306 | 65 | 235 | 0 | 111 | 25 | 26 | 475 | 72 | 61 |
| Binary | 11000110 | 110101 | 10011101 | 0 | 1001001 | 10101 | 10110 | 100111101 | 111010 | 110001 |
Color Harmonies of #C6359D
Complementary color
Monochromatic Colors of #C6359D
Black with #C6359D
Text Example
Text Example
White with #C6359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6359D; }
p { color: rgb(198,53,157); }
H1.HeaderClassName
{
color: #C6359D;
}
.AnyTagClassName
{
color: #C6359D;
}
</style>
background-color css
<style>
a { background-color: #C6359D; }
a { background-color: rgb(198,53,157); }
div.DivClassName
{
background-color: #C6359D;
}
.BgClassName
{
background-color: #C6359D;
}
</style>
border-color css
<style>
span { border-color: #C6359D; }
span { border-color: rgb(198,53,157); }
td.TdClassName
{
border-color: #C6359D;
}
.TagClassName
{
border-color: #C6359D;
}
</style>