Shades of Medium Red Violet #C437A8
Tints of Medium Red Violet #C437A8
RGB
CMYK
RGB Variations
Color information
#C437A8 (or 0xC437A8) is known color: Medium Red Violet. HEX triplet: C4, 37 and A8. RGB value is (196,55,168). Sum of RGB (Red+Green+Blue) = 196+55+168=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C437A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C437A8 is #3BC857. Grayscale: #6D6D6D. Windows color (decimal): -3917912 or 11024324. OLE color: 11024324.
HSL color Cylindrical-coordinate representation of color #C437A8: hue angle of 311.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C437A8 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 55 | 168 | - |
CMYK | 0 | 0.72 | 0.14 | 0.23 |
HSL | 311.91º | 0.56% | 0.49% | - |
HSV(B) | 311.91º | 0.72% | 0.77% | - |
XYZ | 31.2 | 17.3 | 38.74 | - |
YUV | 110.04 | 160.71 | 189.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 55 | 168 | 0 | 0.72 | 0.14 | 0.23 | 311.91 | 0.56 | 0.49 |
Hex | C4 | 37 | A8 | 0 | 48 | E | 17 | 138 | 38 | 31 |
Octal | 304 | 67 | 250 | 0 | 110 | 16 | 27 | 470 | 70 | 61 |
Binary | 11000100 | 110111 | 10101000 | 0 | 1001000 | 1110 | 10111 | 100111000 | 111000 | 110001 |
Color Harmonies of #C437A8
Complementary color
Monochromatic Colors of #C437A8
Black with #C437A8
Text Example
Text Example
White with #C437A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C437A8; }
p { color: rgb(196,55,168); }
H1.HeaderClassName
{
color: #C437A8;
}
.AnyTagClassName
{
color: #C437A8;
}
</style>
background-color css
<style>
a { background-color: #C437A8; }
a { background-color: rgb(196,55,168); }
div.DivClassName
{
background-color: #C437A8;
}
.BgClassName
{
background-color: #C437A8;
}
</style>
border-color css
<style>
span { border-color: #C437A8; }
span { border-color: rgb(196,55,168); }
td.TdClassName
{
border-color: #C437A8;
}
.TagClassName
{
border-color: #C437A8;
}
</style>