Shades of Medium Violet Red #C40188
Tints of Medium Violet Red #C40188
RGB
CMYK
RGB Variations
Color information
#C40188 (or 0xC40188) is known color: Medium Violet Red. HEX triplet: C4, 01 and 88. RGB value is (196,1,136). Sum of RGB (Red+Green+Blue) = 196+1+136=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40188 is #3BFE77. Grayscale: #4A4A4A. Windows color (decimal): -3931768 or 8913348. OLE color: 8913348.
HSL color Cylindrical-coordinate representation of color #C40188: hue angle of 318.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40188 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.23 |
| HSL | 318.46º | 0.99% | 0.39% | - |
| HSV(B) | 318.46º | 0.99% | 0.77% | - |
| XYZ | 27.22 | 13.54 | 24.47 | - |
| YUV | 74.7 | 162.6 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 136 | 0 | 0.99 | 0.31 | 0.23 | 318.46 | 0.99 | 0.39 |
| Hex | C4 | 1 | 88 | 0 | 63 | 1F | 17 | 13E | 63 | 27 |
| Octal | 304 | 1 | 210 | 0 | 143 | 37 | 27 | 476 | 143 | 47 |
| Binary | 11000100 | 1 | 10001000 | 0 | 1100011 | 11111 | 10111 | 100111110 | 1100011 | 100111 |
Color Harmonies of #C40188
Complementary color
Monochromatic Colors of #C40188
Black with #C40188
Text Example
Text Example
White with #C40188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40188; }
p { color: rgb(196,1,136); }
H1.HeaderClassName
{
color: #C40188;
}
.AnyTagClassName
{
color: #C40188;
}
</style>
background-color css
<style>
a { background-color: #C40188; }
a { background-color: rgb(196,1,136); }
div.DivClassName
{
background-color: #C40188;
}
.BgClassName
{
background-color: #C40188;
}
</style>
border-color css
<style>
span { border-color: #C40188; }
span { border-color: rgb(196,1,136); }
td.TdClassName
{
border-color: #C40188;
}
.TagClassName
{
border-color: #C40188;
}
</style>