Shades of Medium Red Violet #C6368E
Tints of Medium Red Violet #C6368E
RGB
CMYK
RGB Variations
Color information
#C6368E (or 0xC6368E) is known color: Medium Red Violet. HEX triplet: C6, 36 and 8E. RGB value is (198,54,142). Sum of RGB (Red+Green+Blue) = 198+54+142=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6368E is #39C971. Grayscale: #6A6A6A. Windows color (decimal): -3787122 or 9320134. OLE color: 9320134.
HSL color Cylindrical-coordinate representation of color #C6368E: hue angle of 323.33º 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 #C6368E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 142 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.22 |
| HSL | 323.33º | 0.57% | 0.49% | - |
| HSV(B) | 323.33º | 0.73% | 0.78% | - |
| XYZ | 29.49 | 16.6 | 27.24 | - |
| YUV | 107.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 142 | 0 | 0.73 | 0.28 | 0.22 | 323.33 | 0.57 | 0.49 |
| Hex | C6 | 36 | 8E | 0 | 49 | 1C | 16 | 143 | 39 | 31 |
| Octal | 306 | 66 | 216 | 0 | 111 | 34 | 26 | 503 | 71 | 61 |
| Binary | 11000110 | 110110 | 10001110 | 0 | 1001001 | 11100 | 10110 | 101000011 | 111001 | 110001 |
Color Harmonies of #C6368E
Complementary color
Monochromatic Colors of #C6368E
Black with #C6368E
Text Example
Text Example
White with #C6368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6368E; }
p { color: rgb(198,54,142); }
H1.HeaderClassName
{
color: #C6368E;
}
.AnyTagClassName
{
color: #C6368E;
}
</style>
background-color css
<style>
a { background-color: #C6368E; }
a { background-color: rgb(198,54,142); }
div.DivClassName
{
background-color: #C6368E;
}
.BgClassName
{
background-color: #C6368E;
}
</style>
border-color css
<style>
span { border-color: #C6368E; }
span { border-color: rgb(198,54,142); }
td.TdClassName
{
border-color: #C6368E;
}
.TagClassName
{
border-color: #C6368E;
}
</style>