Shades of Medium Red Violet #C4266F
Tints of Medium Red Violet #C4266F
RGB
CMYK
RGB Variations
Color information
#C4266F (or 0xC4266F) is known color: Medium Red Violet. HEX triplet: C4, 26 and 6F. RGB value is (196,38,111). Sum of RGB (Red+Green+Blue) = 196+38+111=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4266F is #3BD990. Grayscale: #5D5D5D. Windows color (decimal): -3922321 or 7284420. OLE color: 7284420.
HSL color Cylindrical-coordinate representation of color #C4266F: hue angle of 332.28º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4266F is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 111 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.23 |
| HSL | 332.28º | 0.68% | 0.46% | - |
| HSV(B) | 332.28º | 0.81% | 0.77% | - |
| XYZ | 26.33 | 14.27 | 16.41 | - |
| YUV | 93.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 111 | 0 | 0.81 | 0.43 | 0.23 | 332.28 | 0.68 | 0.46 |
| Hex | C4 | 26 | 6F | 0 | 51 | 2B | 17 | 14C | 44 | 2E |
| Octal | 304 | 46 | 157 | 0 | 121 | 53 | 27 | 514 | 104 | 56 |
| Binary | 11000100 | 100110 | 1101111 | 0 | 1010001 | 101011 | 10111 | 101001100 | 1000100 | 101110 |
Color Harmonies of #C4266F
Complementary color
Monochromatic Colors of #C4266F
Black with #C4266F
Text Example
Text Example
White with #C4266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4266F; }
p { color: rgb(196,38,111); }
H1.HeaderClassName
{
color: #C4266F;
}
.AnyTagClassName
{
color: #C4266F;
}
</style>
background-color css
<style>
a { background-color: #C4266F; }
a { background-color: rgb(196,38,111); }
div.DivClassName
{
background-color: #C4266F;
}
.BgClassName
{
background-color: #C4266F;
}
</style>
border-color css
<style>
span { border-color: #C4266F; }
span { border-color: rgb(196,38,111); }
td.TdClassName
{
border-color: #C4266F;
}
.TagClassName
{
border-color: #C4266F;
}
</style>