Shades of Medium Red Violet #C6358B
Tints of Medium Red Violet #C6358B
RGB
CMYK
RGB Variations
Color information
#C6358B (or 0xC6358B) is known color: Medium Red Violet. HEX triplet: C6, 35 and 8B. RGB value is (198,53,139). Sum of RGB (Red+Green+Blue) = 198+53+139=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6358B is #39CA74. Grayscale: #696969. Windows color (decimal): -3787381 or 9123270. OLE color: 9123270.
HSL color Cylindrical-coordinate representation of color #C6358B: hue angle of 324.41º 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 #C6358B is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 139 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.22 |
| HSL | 324.41º | 0.58% | 0.49% | - |
| HSV(B) | 324.41º | 0.73% | 0.78% | - |
| XYZ | 29.22 | 16.42 | 26.05 | - |
| YUV | 106.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 139 | 0 | 0.73 | 0.30 | 0.22 | 324.41 | 0.58 | 0.49 |
| Hex | C6 | 35 | 8B | 0 | 49 | 1E | 16 | 144 | 3A | 31 |
| Octal | 306 | 65 | 213 | 0 | 111 | 36 | 26 | 504 | 72 | 61 |
| Binary | 11000110 | 110101 | 10001011 | 0 | 1001001 | 11110 | 10110 | 101000100 | 111010 | 110001 |
Color Harmonies of #C6358B
Complementary color
Monochromatic Colors of #C6358B
Black with #C6358B
Text Example
Text Example
White with #C6358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6358B; }
p { color: rgb(198,53,139); }
H1.HeaderClassName
{
color: #C6358B;
}
.AnyTagClassName
{
color: #C6358B;
}
</style>
background-color css
<style>
a { background-color: #C6358B; }
a { background-color: rgb(198,53,139); }
div.DivClassName
{
background-color: #C6358B;
}
.BgClassName
{
background-color: #C6358B;
}
</style>
border-color css
<style>
span { border-color: #C6358B; }
span { border-color: rgb(198,53,139); }
td.TdClassName
{
border-color: #C6358B;
}
.TagClassName
{
border-color: #C6358B;
}
</style>