Shades of Medium Violet Red #C4036C
Tints of Medium Violet Red #C4036C
RGB
CMYK
RGB Variations
Color information
#C4036C (or 0xC4036C) is known color: Medium Violet Red. HEX triplet: C4, 03 and 6C. RGB value is (196,3,108). Sum of RGB (Red+Green+Blue) = 196+3+108=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4036C is #3BFC93. Grayscale: #484848. Windows color (decimal): -3931284 or 7078852. OLE color: 7078852.
HSL color Cylindrical-coordinate representation of color #C4036C: hue angle of 327.36º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4036C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.23 |
| HSL | 327.36º | 0.97% | 0.39% | - |
| HSV(B) | 327.36º | 0.98% | 0.77% | - |
| XYZ | 25.5 | 12.88 | 15.33 | - |
| YUV | 72.68 | 147.94 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 108 | 0 | 0.98 | 0.45 | 0.23 | 327.36 | 0.97 | 0.39 |
| Hex | C4 | 3 | 6C | 0 | 62 | 2D | 17 | 147 | 61 | 27 |
| Octal | 304 | 3 | 154 | 0 | 142 | 55 | 27 | 507 | 141 | 47 |
| Binary | 11000100 | 11 | 1101100 | 0 | 1100010 | 101101 | 10111 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C4036C
Complementary color
Monochromatic Colors of #C4036C
Black with #C4036C
Text Example
Text Example
White with #C4036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4036C; }
p { color: rgb(196,3,108); }
H1.HeaderClassName
{
color: #C4036C;
}
.AnyTagClassName
{
color: #C4036C;
}
</style>
background-color css
<style>
a { background-color: #C4036C; }
a { background-color: rgb(196,3,108); }
div.DivClassName
{
background-color: #C4036C;
}
.BgClassName
{
background-color: #C4036C;
}
</style>
border-color css
<style>
span { border-color: #C4036C; }
span { border-color: rgb(196,3,108); }
td.TdClassName
{
border-color: #C4036C;
}
.TagClassName
{
border-color: #C4036C;
}
</style>