Shades of Medium Violet Red #C40184
Tints of Medium Violet Red #C40184
RGB
CMYK
RGB Variations
Color information
#C40184 (or 0xC40184) is known color: Medium Violet Red. HEX triplet: C4, 01 and 84. RGB value is (196,1,132). Sum of RGB (Red+Green+Blue) = 196+1+132=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40184 is #3BFE7B. Grayscale: #494949. Windows color (decimal): -3931772 or 8651204. OLE color: 8651204.
HSL color Cylindrical-coordinate representation of color #C40184: hue angle of 319.69º 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 #C40184 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.23 |
| HSL | 319.69º | 0.99% | 0.39% | - |
| HSV(B) | 319.69º | 0.99% | 0.77% | - |
| XYZ | 26.94 | 13.42 | 23 | - |
| YUV | 74.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 132 | 0 | 0.99 | 0.33 | 0.23 | 319.69 | 0.99 | 0.39 |
| Hex | C4 | 1 | 84 | 0 | 63 | 21 | 17 | 140 | 63 | 27 |
| Octal | 304 | 1 | 204 | 0 | 143 | 41 | 27 | 500 | 143 | 47 |
| Binary | 11000100 | 1 | 10000100 | 0 | 1100011 | 100001 | 10111 | 101000000 | 1100011 | 100111 |
Color Harmonies of #C40184
Complementary color
Monochromatic Colors of #C40184
Black with #C40184
Text Example
Text Example
White with #C40184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40184; }
p { color: rgb(196,1,132); }
H1.HeaderClassName
{
color: #C40184;
}
.AnyTagClassName
{
color: #C40184;
}
</style>
background-color css
<style>
a { background-color: #C40184; }
a { background-color: rgb(196,1,132); }
div.DivClassName
{
background-color: #C40184;
}
.BgClassName
{
background-color: #C40184;
}
</style>
border-color css
<style>
span { border-color: #C40184; }
span { border-color: rgb(196,1,132); }
td.TdClassName
{
border-color: #C40184;
}
.TagClassName
{
border-color: #C40184;
}
</style>