Shades of Medium Red Violet #C4368C
Tints of Medium Red Violet #C4368C
RGB
CMYK
RGB Variations
Color information
#C4368C (or 0xC4368C) is known color: Medium Red Violet. HEX triplet: C4, 36 and 8C. RGB value is (196,54,140). Sum of RGB (Red+Green+Blue) = 196+54+140=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4368C is #3BC973. Grayscale: #6A6A6A. Windows color (decimal): -3918196 or 9189060. OLE color: 9189060.
HSL color Cylindrical-coordinate representation of color #C4368C: hue angle of 323.66º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4368C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 140 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.23 |
| HSL | 323.66º | 0.57% | 0.49% | - |
| HSV(B) | 323.66º | 0.72% | 0.77% | - |
| XYZ | 28.82 | 16.27 | 26.43 | - |
| YUV | 106.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 140 | 0 | 0.72 | 0.29 | 0.23 | 323.66 | 0.57 | 0.49 |
| Hex | C4 | 36 | 8C | 0 | 48 | 1D | 17 | 144 | 39 | 31 |
| Octal | 304 | 66 | 214 | 0 | 110 | 35 | 27 | 504 | 71 | 61 |
| Binary | 11000100 | 110110 | 10001100 | 0 | 1001000 | 11101 | 10111 | 101000100 | 111001 | 110001 |
Color Harmonies of #C4368C
Complementary color
Monochromatic Colors of #C4368C
Black with #C4368C
Text Example
Text Example
White with #C4368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4368C; }
p { color: rgb(196,54,140); }
H1.HeaderClassName
{
color: #C4368C;
}
.AnyTagClassName
{
color: #C4368C;
}
</style>
background-color css
<style>
a { background-color: #C4368C; }
a { background-color: rgb(196,54,140); }
div.DivClassName
{
background-color: #C4368C;
}
.BgClassName
{
background-color: #C4368C;
}
</style>
border-color css
<style>
span { border-color: #C4368C; }
span { border-color: rgb(196,54,140); }
td.TdClassName
{
border-color: #C4368C;
}
.TagClassName
{
border-color: #C4368C;
}
</style>