Shades of Medium Red Violet #C6358A
Tints of Medium Red Violet #C6358A
RGB
CMYK
RGB Variations
Color information
#C6358A (or 0xC6358A) is known color: Medium Red Violet. HEX triplet: C6, 35 and 8A. RGB value is (198,53,138). Sum of RGB (Red+Green+Blue) = 198+53+138=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6358A is #39CA75. Grayscale: #696969. Windows color (decimal): -3787382 or 9057734. OLE color: 9057734.
HSL color Cylindrical-coordinate representation of color #C6358A: hue angle of 324.83º 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 #C6358A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 138 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.22 |
| HSL | 324.83º | 0.58% | 0.49% | - |
| HSV(B) | 324.83º | 0.73% | 0.78% | - |
| XYZ | 29.15 | 16.39 | 25.67 | - |
| YUV | 106.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 138 | 0 | 0.73 | 0.30 | 0.22 | 324.83 | 0.58 | 0.49 |
| Hex | C6 | 35 | 8A | 0 | 49 | 1E | 16 | 145 | 3A | 31 |
| Octal | 306 | 65 | 212 | 0 | 111 | 36 | 26 | 505 | 72 | 61 |
| Binary | 11000110 | 110101 | 10001010 | 0 | 1001001 | 11110 | 10110 | 101000101 | 111010 | 110001 |
Color Harmonies of #C6358A
Complementary color
Monochromatic Colors of #C6358A
Black with #C6358A
Text Example
Text Example
White with #C6358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6358A; }
p { color: rgb(198,53,138); }
H1.HeaderClassName
{
color: #C6358A;
}
.AnyTagClassName
{
color: #C6358A;
}
</style>
background-color css
<style>
a { background-color: #C6358A; }
a { background-color: rgb(198,53,138); }
div.DivClassName
{
background-color: #C6358A;
}
.BgClassName
{
background-color: #C6358A;
}
</style>
border-color css
<style>
span { border-color: #C6358A; }
span { border-color: rgb(198,53,138); }
td.TdClassName
{
border-color: #C6358A;
}
.TagClassName
{
border-color: #C6358A;
}
</style>