Shades of Medium Violet Red #C4069C
Tints of Medium Violet Red #C4069C
RGB
CMYK
RGB Variations
Color information
#C4069C (or 0xC4069C) is known color: Medium Violet Red. HEX triplet: C4, 06 and 9C. RGB value is (196,6,156). Sum of RGB (Red+Green+Blue) = 196+6+156=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4069C is #3BF963. Grayscale: #4F4F4F. Windows color (decimal): -3930468 or 10225348. OLE color: 10225348.
HSL color Cylindrical-coordinate representation of color #C4069C: hue angle of 312.63º 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 #C4069C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.23 |
| HSL | 312.63º | 0.94% | 0.4% | - |
| HSV(B) | 312.63º | 0.97% | 0.77% | - |
| XYZ | 28.83 | 14.27 | 32.69 | - |
| YUV | 79.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 156 | 0 | 0.97 | 0.20 | 0.23 | 312.63 | 0.94 | 0.4 |
| Hex | C4 | 6 | 9C | 0 | 61 | 14 | 17 | 139 | 5E | 28 |
| Octal | 304 | 6 | 234 | 0 | 141 | 24 | 27 | 471 | 136 | 50 |
| Binary | 11000100 | 110 | 10011100 | 0 | 1100001 | 10100 | 10111 | 100111001 | 1011110 | 101000 |
Color Harmonies of #C4069C
Complementary color
Monochromatic Colors of #C4069C
Black with #C4069C
Text Example
Text Example
White with #C4069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4069C; }
p { color: rgb(196,6,156); }
H1.HeaderClassName
{
color: #C4069C;
}
.AnyTagClassName
{
color: #C4069C;
}
</style>
background-color css
<style>
a { background-color: #C4069C; }
a { background-color: rgb(196,6,156); }
div.DivClassName
{
background-color: #C4069C;
}
.BgClassName
{
background-color: #C4069C;
}
</style>
border-color css
<style>
span { border-color: #C4069C; }
span { border-color: rgb(196,6,156); }
td.TdClassName
{
border-color: #C4069C;
}
.TagClassName
{
border-color: #C4069C;
}
</style>