Shades of Medium Red Violet #C4368B
Tints of Medium Red Violet #C4368B
RGB
CMYK
RGB Variations
Color information
#C4368B (or 0xC4368B) is known color: Medium Red Violet. HEX triplet: C4, 36 and 8B. RGB value is (196,54,139). Sum of RGB (Red+Green+Blue) = 196+54+139=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4368B is #3BC974. Grayscale: #696969. Windows color (decimal): -3918197 or 9123524. OLE color: 9123524.
HSL color Cylindrical-coordinate representation of color #C4368B: hue angle of 324.08º 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 #C4368B is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 139 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.23 |
| HSL | 324.08º | 0.57% | 0.49% | - |
| HSV(B) | 324.08º | 0.72% | 0.77% | - |
| XYZ | 28.74 | 16.24 | 26.05 | - |
| YUV | 106.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 139 | 0 | 0.72 | 0.29 | 0.23 | 324.08 | 0.57 | 0.49 |
| Hex | C4 | 36 | 8B | 0 | 48 | 1D | 17 | 144 | 39 | 31 |
| Octal | 304 | 66 | 213 | 0 | 110 | 35 | 27 | 504 | 71 | 61 |
| Binary | 11000100 | 110110 | 10001011 | 0 | 1001000 | 11101 | 10111 | 101000100 | 111001 | 110001 |
Color Harmonies of #C4368B
Complementary color
Monochromatic Colors of #C4368B
Black with #C4368B
Text Example
Text Example
White with #C4368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4368B; }
p { color: rgb(196,54,139); }
H1.HeaderClassName
{
color: #C4368B;
}
.AnyTagClassName
{
color: #C4368B;
}
</style>
background-color css
<style>
a { background-color: #C4368B; }
a { background-color: rgb(196,54,139); }
div.DivClassName
{
background-color: #C4368B;
}
.BgClassName
{
background-color: #C4368B;
}
</style>
border-color css
<style>
span { border-color: #C4368B; }
span { border-color: rgb(196,54,139); }
td.TdClassName
{
border-color: #C4368B;
}
.TagClassName
{
border-color: #C4368B;
}
</style>