Shades of Medium Violet Red #C40869
Tints of Medium Violet Red #C40869
RGB
CMYK
RGB Variations
Color information
#C40869 (or 0xC40869) is known color: Medium Violet Red. HEX triplet: C4, 08 and 69. RGB value is (196,8,105). Sum of RGB (Red+Green+Blue) = 196+8+105=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C40869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40869 is #3BF796. Grayscale: #4B4B4B. Windows color (decimal): -3930007 or 6883524. OLE color: 6883524.
HSL color Cylindrical-coordinate representation of color #C40869: hue angle of 329.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40869 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.23 |
| HSL | 329.04º | 0.92% | 0.4% | - |
| HSV(B) | 329.04º | 0.96% | 0.77% | - |
| XYZ | 25.4 | 12.93 | 14.52 | - |
| YUV | 75.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 105 | 0 | 0.96 | 0.46 | 0.23 | 329.04 | 0.92 | 0.4 |
| Hex | C4 | 8 | 69 | 0 | 60 | 2E | 17 | 149 | 5C | 28 |
| Octal | 304 | 10 | 151 | 0 | 140 | 56 | 27 | 511 | 134 | 50 |
| Binary | 11000100 | 1000 | 1101001 | 0 | 1100000 | 101110 | 10111 | 101001001 | 1011100 | 101000 |
Color Harmonies of #C40869
Complementary color
Monochromatic Colors of #C40869
Black with #C40869
Text Example
Text Example
White with #C40869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40869; }
p { color: rgb(196,8,105); }
H1.HeaderClassName
{
color: #C40869;
}
.AnyTagClassName
{
color: #C40869;
}
</style>
background-color css
<style>
a { background-color: #C40869; }
a { background-color: rgb(196,8,105); }
div.DivClassName
{
background-color: #C40869;
}
.BgClassName
{
background-color: #C40869;
}
</style>
border-color css
<style>
span { border-color: #C40869; }
span { border-color: rgb(196,8,105); }
td.TdClassName
{
border-color: #C40869;
}
.TagClassName
{
border-color: #C40869;
}
</style>