Shades of Medium Violet Red #C40688
Tints of Medium Violet Red #C40688
RGB
CMYK
RGB Variations
Color information
#C40688 (or 0xC40688) is known color: Medium Violet Red. HEX triplet: C4, 06 and 88. RGB value is (196,6,136). Sum of RGB (Red+Green+Blue) = 196+6+136=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C40688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40688 is #3BF977. Grayscale: #4D4D4D. Windows color (decimal): -3930488 or 8914628. OLE color: 8914628.
HSL color Cylindrical-coordinate representation of color #C40688: hue angle of 318.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40688 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.23 |
| HSL | 318.95º | 0.94% | 0.4% | - |
| HSV(B) | 318.95º | 0.97% | 0.77% | - |
| XYZ | 27.27 | 13.64 | 24.49 | - |
| YUV | 77.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 136 | 0 | 0.97 | 0.31 | 0.23 | 318.95 | 0.94 | 0.4 |
| Hex | C4 | 6 | 88 | 0 | 61 | 1F | 17 | 13F | 5E | 28 |
| Octal | 304 | 6 | 210 | 0 | 141 | 37 | 27 | 477 | 136 | 50 |
| Binary | 11000100 | 110 | 10001000 | 0 | 1100001 | 11111 | 10111 | 100111111 | 1011110 | 101000 |
Color Harmonies of #C40688
Complementary color
Monochromatic Colors of #C40688
Black with #C40688
Text Example
Text Example
White with #C40688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40688; }
p { color: rgb(196,6,136); }
H1.HeaderClassName
{
color: #C40688;
}
.AnyTagClassName
{
color: #C40688;
}
</style>
background-color css
<style>
a { background-color: #C40688; }
a { background-color: rgb(196,6,136); }
div.DivClassName
{
background-color: #C40688;
}
.BgClassName
{
background-color: #C40688;
}
</style>
border-color css
<style>
span { border-color: #C40688; }
span { border-color: rgb(196,6,136); }
td.TdClassName
{
border-color: #C40688;
}
.TagClassName
{
border-color: #C40688;
}
</style>