Shades of Medium Red Violet #C6368D
Tints of Medium Red Violet #C6368D
RGB
CMYK
RGB Variations
Color information
#C6368D (or 0xC6368D) is known color: Medium Red Violet. HEX triplet: C6, 36 and 8D. RGB value is (198,54,141). Sum of RGB (Red+Green+Blue) = 198+54+141=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6368D is #39C972. Grayscale: #6A6A6A. Windows color (decimal): -3787123 or 9254598. OLE color: 9254598.
HSL color Cylindrical-coordinate representation of color #C6368D: hue angle of 323.75º degrees, saturation: 0.57, 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 #C6368D is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 141 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.22 |
| HSL | 323.75º | 0.57% | 0.49% | - |
| HSV(B) | 323.75º | 0.73% | 0.78% | - |
| XYZ | 29.42 | 16.57 | 26.85 | - |
| YUV | 106.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 141 | 0 | 0.73 | 0.29 | 0.22 | 323.75 | 0.57 | 0.49 |
| Hex | C6 | 36 | 8D | 0 | 49 | 1D | 16 | 144 | 39 | 31 |
| Octal | 306 | 66 | 215 | 0 | 111 | 35 | 26 | 504 | 71 | 61 |
| Binary | 11000110 | 110110 | 10001101 | 0 | 1001001 | 11101 | 10110 | 101000100 | 111001 | 110001 |
Color Harmonies of #C6368D
Complementary color
Monochromatic Colors of #C6368D
Black with #C6368D
Text Example
Text Example
White with #C6368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6368D; }
p { color: rgb(198,54,141); }
H1.HeaderClassName
{
color: #C6368D;
}
.AnyTagClassName
{
color: #C6368D;
}
</style>
background-color css
<style>
a { background-color: #C6368D; }
a { background-color: rgb(198,54,141); }
div.DivClassName
{
background-color: #C6368D;
}
.BgClassName
{
background-color: #C6368D;
}
</style>
border-color css
<style>
span { border-color: #C6368D; }
span { border-color: rgb(198,54,141); }
td.TdClassName
{
border-color: #C6368D;
}
.TagClassName
{
border-color: #C6368D;
}
</style>