Shades of Medium Violet Red #C4236C
Tints of Medium Violet Red #C4236C
RGB
CMYK
RGB Variations
Color information
#C4236C (or 0xC4236C) is known color: Medium Violet Red. HEX triplet: C4, 23 and 6C. RGB value is (196,35,108). Sum of RGB (Red+Green+Blue) = 196+35+108=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4236C is #3BDC93. Grayscale: #5B5B5B. Windows color (decimal): -3923092 or 7087044. OLE color: 7087044.
HSL color Cylindrical-coordinate representation of color #C4236C: hue angle of 332.8º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4236C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 108 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.23 |
| HSL | 332.8º | 0.7% | 0.45% | - |
| HSV(B) | 332.8º | 0.82% | 0.77% | - |
| XYZ | 26.07 | 14.02 | 15.52 | - |
| YUV | 91.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 108 | 0 | 0.82 | 0.45 | 0.23 | 332.8 | 0.7 | 0.45 |
| Hex | C4 | 23 | 6C | 0 | 52 | 2D | 17 | 14D | 46 | 2D |
| Octal | 304 | 43 | 154 | 0 | 122 | 55 | 27 | 515 | 106 | 55 |
| Binary | 11000100 | 100011 | 1101100 | 0 | 1010010 | 101101 | 10111 | 101001101 | 1000110 | 101101 |
Color Harmonies of #C4236C
Complementary color
Monochromatic Colors of #C4236C
Black with #C4236C
Text Example
Text Example
White with #C4236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4236C; }
p { color: rgb(196,35,108); }
H1.HeaderClassName
{
color: #C4236C;
}
.AnyTagClassName
{
color: #C4236C;
}
</style>
background-color css
<style>
a { background-color: #C4236C; }
a { background-color: rgb(196,35,108); }
div.DivClassName
{
background-color: #C4236C;
}
.BgClassName
{
background-color: #C4236C;
}
</style>
border-color css
<style>
span { border-color: #C4236C; }
span { border-color: rgb(196,35,108); }
td.TdClassName
{
border-color: #C4236C;
}
.TagClassName
{
border-color: #C4236C;
}
</style>