Shades of Medium Violet Red #C4237A
Tints of Medium Violet Red #C4237A
RGB
CMYK
RGB Variations
Color information
#C4237A (or 0xC4237A) is known color: Medium Violet Red. HEX triplet: C4, 23 and 7A. RGB value is (196,35,122). Sum of RGB (Red+Green+Blue) = 196+35+122=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4237A is #3BDC85. Grayscale: #5C5C5C. Windows color (decimal): -3923078 or 8004548. OLE color: 8004548.
HSL color Cylindrical-coordinate representation of color #C4237A: hue angle of 327.58º 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 #C4237A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 122 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.23 |
| HSL | 327.58º | 0.7% | 0.45% | - |
| HSV(B) | 327.58º | 0.82% | 0.77% | - |
| XYZ | 26.88 | 14.34 | 19.76 | - |
| YUV | 93.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 122 | 0 | 0.82 | 0.38 | 0.23 | 327.58 | 0.7 | 0.45 |
| Hex | C4 | 23 | 7A | 0 | 52 | 26 | 17 | 148 | 46 | 2D |
| Octal | 304 | 43 | 172 | 0 | 122 | 46 | 27 | 510 | 106 | 55 |
| Binary | 11000100 | 100011 | 1111010 | 0 | 1010010 | 100110 | 10111 | 101001000 | 1000110 | 101101 |
Color Harmonies of #C4237A
Complementary color
Monochromatic Colors of #C4237A
Black with #C4237A
Text Example
Text Example
White with #C4237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4237A; }
p { color: rgb(196,35,122); }
H1.HeaderClassName
{
color: #C4237A;
}
.AnyTagClassName
{
color: #C4237A;
}
</style>
background-color css
<style>
a { background-color: #C4237A; }
a { background-color: rgb(196,35,122); }
div.DivClassName
{
background-color: #C4237A;
}
.BgClassName
{
background-color: #C4237A;
}
</style>
border-color css
<style>
span { border-color: #C4237A; }
span { border-color: rgb(196,35,122); }
td.TdClassName
{
border-color: #C4237A;
}
.TagClassName
{
border-color: #C4237A;
}
</style>