Shades of Medium Red Violet #C4337A
Tints of Medium Red Violet #C4337A
RGB
CMYK
RGB Variations
Color information
#C4337A (or 0xC4337A) is known color: Medium Red Violet. HEX triplet: C4, 33 and 7A. RGB value is (196,51,122). Sum of RGB (Red+Green+Blue) = 196+51+122=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4337A is #3BCC85. Grayscale: #666666. Windows color (decimal): -3918982 or 8008644. OLE color: 8008644.
HSL color Cylindrical-coordinate representation of color #C4337A: hue angle of 330.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4337A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 122 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.23 |
| HSL | 330.62º | 0.59% | 0.48% | - |
| HSV(B) | 330.62º | 0.74% | 0.77% | - |
| XYZ | 27.46 | 15.51 | 19.96 | - |
| YUV | 102.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 122 | 0 | 0.74 | 0.38 | 0.23 | 330.62 | 0.59 | 0.48 |
| Hex | C4 | 33 | 7A | 0 | 4A | 26 | 17 | 14B | 3B | 30 |
| Octal | 304 | 63 | 172 | 0 | 112 | 46 | 27 | 513 | 73 | 60 |
| Binary | 11000100 | 110011 | 1111010 | 0 | 1001010 | 100110 | 10111 | 101001011 | 111011 | 110000 |
Color Harmonies of #C4337A
Complementary color
Monochromatic Colors of #C4337A
Black with #C4337A
Text Example
Text Example
White with #C4337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4337A; }
p { color: rgb(196,51,122); }
H1.HeaderClassName
{
color: #C4337A;
}
.AnyTagClassName
{
color: #C4337A;
}
</style>
background-color css
<style>
a { background-color: #C4337A; }
a { background-color: rgb(196,51,122); }
div.DivClassName
{
background-color: #C4337A;
}
.BgClassName
{
background-color: #C4337A;
}
</style>
border-color css
<style>
span { border-color: #C4337A; }
span { border-color: rgb(196,51,122); }
td.TdClassName
{
border-color: #C4337A;
}
.TagClassName
{
border-color: #C4337A;
}
</style>