Shades of Medium Violet Red #C4249A
Tints of Medium Violet Red #C4249A
RGB
CMYK
RGB Variations
Color information
#C4249A (or 0xC4249A) is known color: Medium Violet Red. HEX triplet: C4, 24 and 9A. RGB value is (196,36,154). Sum of RGB (Red+Green+Blue) = 196+36+154=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4249A is #3BDB65. Grayscale: #606060. Windows color (decimal): -3922790 or 10101956. OLE color: 10101956.
HSL color Cylindrical-coordinate representation of color #C4249A: hue angle of 315.75º degrees, saturation: 0.69, 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 #C4249A is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 154 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.23 |
| HSL | 315.75º | 0.69% | 0.45% | - |
| HSV(B) | 315.75º | 0.82% | 0.77% | - |
| XYZ | 29.23 | 15.33 | 31.99 | - |
| YUV | 97.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 154 | 0 | 0.82 | 0.21 | 0.23 | 315.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | 9A | 0 | 52 | 15 | 17 | 13C | 45 | 2D |
| Octal | 304 | 44 | 232 | 0 | 122 | 25 | 27 | 474 | 105 | 55 |
| Binary | 11000100 | 100100 | 10011010 | 0 | 1010010 | 10101 | 10111 | 100111100 | 1000101 | 101101 |
Color Harmonies of #C4249A
Complementary color
Monochromatic Colors of #C4249A
Black with #C4249A
Text Example
Text Example
White with #C4249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4249A; }
p { color: rgb(196,36,154); }
H1.HeaderClassName
{
color: #C4249A;
}
.AnyTagClassName
{
color: #C4249A;
}
</style>
background-color css
<style>
a { background-color: #C4249A; }
a { background-color: rgb(196,36,154); }
div.DivClassName
{
background-color: #C4249A;
}
.BgClassName
{
background-color: #C4249A;
}
</style>
border-color css
<style>
span { border-color: #C4249A; }
span { border-color: rgb(196,36,154); }
td.TdClassName
{
border-color: #C4249A;
}
.TagClassName
{
border-color: #C4249A;
}
</style>