Shades of Medium Violet Red #C40277
Tints of Medium Violet Red #C40277
RGB
CMYK
RGB Variations
Color information
#C40277 (or 0xC40277) is known color: Medium Violet Red. HEX triplet: C4, 02 and 77. RGB value is (196,2,119). Sum of RGB (Red+Green+Blue) = 196+2+119=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40277 is #3BFD88. Grayscale: #494949. Windows color (decimal): -3931529 or 7799492. OLE color: 7799492.
HSL color Cylindrical-coordinate representation of color #C40277: hue angle of 323.81º degrees, saturation: 0.98, 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 #C40277 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.23 |
| HSL | 323.81º | 0.98% | 0.39% | - |
| HSV(B) | 323.81º | 0.99% | 0.77% | - |
| XYZ | 26.12 | 13.11 | 18.61 | - |
| YUV | 73.34 | 153.77 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 119 | 0 | 0.99 | 0.39 | 0.23 | 323.81 | 0.98 | 0.39 |
| Hex | C4 | 2 | 77 | 0 | 63 | 27 | 17 | 144 | 62 | 27 |
| Octal | 304 | 2 | 167 | 0 | 143 | 47 | 27 | 504 | 142 | 47 |
| Binary | 11000100 | 10 | 1110111 | 0 | 1100011 | 100111 | 10111 | 101000100 | 1100010 | 100111 |
Color Harmonies of #C40277
Complementary color
Monochromatic Colors of #C40277
Black with #C40277
Text Example
Text Example
White with #C40277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40277; }
p { color: rgb(196,2,119); }
H1.HeaderClassName
{
color: #C40277;
}
.AnyTagClassName
{
color: #C40277;
}
</style>
background-color css
<style>
a { background-color: #C40277; }
a { background-color: rgb(196,2,119); }
div.DivClassName
{
background-color: #C40277;
}
.BgClassName
{
background-color: #C40277;
}
</style>
border-color css
<style>
span { border-color: #C40277; }
span { border-color: rgb(196,2,119); }
td.TdClassName
{
border-color: #C40277;
}
.TagClassName
{
border-color: #C40277;
}
</style>