Shades of Medium Red Violet #C6358C
Tints of Medium Red Violet #C6358C
RGB
CMYK
RGB Variations
Color information
#C6358C (or 0xC6358C) is known color: Medium Red Violet. HEX triplet: C6, 35 and 8C. RGB value is (198,53,140). Sum of RGB (Red+Green+Blue) = 198+53+140=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6358C is #39CA73. Grayscale: #6A6A6A. Windows color (decimal): -3787380 or 9188806. OLE color: 9188806.
HSL color Cylindrical-coordinate representation of color #C6358C: hue angle of 324º 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 #C6358C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 140 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.22 |
| HSL | 324º | 0.58% | 0.49% | - |
| HSV(B) | 324º | 0.73% | 0.78% | - |
| XYZ | 29.3 | 16.45 | 26.44 | - |
| YUV | 106.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 140 | 0 | 0.73 | 0.29 | 0.22 | 324 | 0.58 | 0.49 |
| Hex | C6 | 35 | 8C | 0 | 49 | 1D | 16 | 144 | 3A | 31 |
| Octal | 306 | 65 | 214 | 0 | 111 | 35 | 26 | 504 | 72 | 61 |
| Binary | 11000110 | 110101 | 10001100 | 0 | 1001001 | 11101 | 10110 | 101000100 | 111010 | 110001 |
Color Harmonies of #C6358C
Complementary color
Monochromatic Colors of #C6358C
Black with #C6358C
Text Example
Text Example
White with #C6358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6358C; }
p { color: rgb(198,53,140); }
H1.HeaderClassName
{
color: #C6358C;
}
.AnyTagClassName
{
color: #C6358C;
}
</style>
background-color css
<style>
a { background-color: #C6358C; }
a { background-color: rgb(198,53,140); }
div.DivClassName
{
background-color: #C6358C;
}
.BgClassName
{
background-color: #C6358C;
}
</style>
border-color css
<style>
span { border-color: #C6358C; }
span { border-color: rgb(198,53,140); }
td.TdClassName
{
border-color: #C6358C;
}
.TagClassName
{
border-color: #C6358C;
}
</style>