Shades of Medium Violet Red #C4026C
Tints of Medium Violet Red #C4026C
RGB
CMYK
RGB Variations
Color information
#C4026C (or 0xC4026C) is known color: Medium Violet Red. HEX triplet: C4, 02 and 6C. RGB value is (196,2,108). Sum of RGB (Red+Green+Blue) = 196+2+108=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4026C is #3BFD93. Grayscale: #474747. Windows color (decimal): -3931540 or 7078596. OLE color: 7078596.
HSL color Cylindrical-coordinate representation of color #C4026C: hue angle of 327.22º 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 #C4026C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.23 |
| HSL | 327.22º | 0.98% | 0.39% | - |
| HSV(B) | 327.22º | 0.99% | 0.77% | - |
| XYZ | 25.49 | 12.86 | 15.33 | - |
| YUV | 72.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 108 | 0 | 0.99 | 0.45 | 0.23 | 327.22 | 0.98 | 0.39 |
| Hex | C4 | 2 | 6C | 0 | 63 | 2D | 17 | 147 | 62 | 27 |
| Octal | 304 | 2 | 154 | 0 | 143 | 55 | 27 | 507 | 142 | 47 |
| Binary | 11000100 | 10 | 1101100 | 0 | 1100011 | 101101 | 10111 | 101000111 | 1100010 | 100111 |
Color Harmonies of #C4026C
Complementary color
Monochromatic Colors of #C4026C
Black with #C4026C
Text Example
Text Example
White with #C4026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4026C; }
p { color: rgb(196,2,108); }
H1.HeaderClassName
{
color: #C4026C;
}
.AnyTagClassName
{
color: #C4026C;
}
</style>
background-color css
<style>
a { background-color: #C4026C; }
a { background-color: rgb(196,2,108); }
div.DivClassName
{
background-color: #C4026C;
}
.BgClassName
{
background-color: #C4026C;
}
</style>
border-color css
<style>
span { border-color: #C4026C; }
span { border-color: rgb(196,2,108); }
td.TdClassName
{
border-color: #C4026C;
}
.TagClassName
{
border-color: #C4026C;
}
</style>