Shades of Medium Red Violet #C5368F
Tints of Medium Red Violet #C5368F
RGB
CMYK
RGB Variations
Color information
#C5368F (or 0xC5368F) is known color: Medium Red Violet. HEX triplet: C5, 36 and 8F. RGB value is (197,54,143). Sum of RGB (Red+Green+Blue) = 197+54+143=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5368F is #3AC970. Grayscale: #6A6A6A. Windows color (decimal): -3852657 or 9385669. OLE color: 9385669.
HSL color Cylindrical-coordinate representation of color #C5368F: hue angle of 322.66º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5368F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 143 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.23 |
| HSL | 322.66º | 0.57% | 0.49% | - |
| HSV(B) | 322.66º | 0.73% | 0.77% | - |
| XYZ | 29.3 | 16.49 | 27.63 | - |
| YUV | 106.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 143 | 0 | 0.73 | 0.27 | 0.23 | 322.66 | 0.57 | 0.49 |
| Hex | C5 | 36 | 8F | 0 | 49 | 1B | 17 | 143 | 39 | 31 |
| Octal | 305 | 66 | 217 | 0 | 111 | 33 | 27 | 503 | 71 | 61 |
| Binary | 11000101 | 110110 | 10001111 | 0 | 1001001 | 11011 | 10111 | 101000011 | 111001 | 110001 |
Color Harmonies of #C5368F
Complementary color
Monochromatic Colors of #C5368F
Black with #C5368F
Text Example
Text Example
White with #C5368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5368F; }
p { color: rgb(197,54,143); }
H1.HeaderClassName
{
color: #C5368F;
}
.AnyTagClassName
{
color: #C5368F;
}
</style>
background-color css
<style>
a { background-color: #C5368F; }
a { background-color: rgb(197,54,143); }
div.DivClassName
{
background-color: #C5368F;
}
.BgClassName
{
background-color: #C5368F;
}
</style>
border-color css
<style>
span { border-color: #C5368F; }
span { border-color: rgb(197,54,143); }
td.TdClassName
{
border-color: #C5368F;
}
.TagClassName
{
border-color: #C5368F;
}
</style>