Shades of Medium Violet Red #C4009D
Tints of Medium Violet Red #C4009D
RGB
CMYK
RGB Variations
Color information
#C4009D (or 0xC4009D) is known color: Medium Violet Red. HEX triplet: C4, 00 and 9D. RGB value is (196,0,157). Sum of RGB (Red+Green+Blue) = 196+0+157=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4009D is #3BFF62. Grayscale: #4C4C4C. Windows color (decimal): -3932003 or 10289348. OLE color: 10289348.
HSL color Cylindrical-coordinate representation of color #C4009D: hue angle of 311.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4009D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 0 | 157 | - |
CMYK | 0 | 1 | 0.20 | 0.23 |
HSL | 311.94º | 1% | 0.38% | - |
HSV(B) | 311.94º | 1% | 0.77% | - |
XYZ | 28.85 | 14.17 | 33.11 | - |
YUV | 76.5 | 173.43 | 213.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 0 | 157 | 0 | 1 | 0.20 | 0.23 | 311.94 | 1 | 0.38 |
Hex | C4 | 0 | 9D | 0 | 64 | 14 | 17 | 138 | 64 | 26 |
Octal | 304 | 0 | 235 | 0 | 144 | 24 | 27 | 470 | 144 | 46 |
Binary | 11000100 | 0 | 10011101 | 0 | 1100100 | 10100 | 10111 | 100111000 | 1100100 | 100110 |
Color Harmonies of #C4009D
Complementary color
Monochromatic Colors of #C4009D
Black with #C4009D
Text Example
Text Example
White with #C4009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4009D; }
p { color: rgb(196,0,157); }
H1.HeaderClassName
{
color: #C4009D;
}
.AnyTagClassName
{
color: #C4009D;
}
</style>
background-color css
<style>
a { background-color: #C4009D; }
a { background-color: rgb(196,0,157); }
div.DivClassName
{
background-color: #C4009D;
}
.BgClassName
{
background-color: #C4009D;
}
</style>
border-color css
<style>
span { border-color: #C4009D; }
span { border-color: rgb(196,0,157); }
td.TdClassName
{
border-color: #C4009D;
}
.TagClassName
{
border-color: #C4009D;
}
</style>