Shades of Medium Red Violet #C7266F
Tints of Medium Red Violet #C7266F
RGB
CMYK
RGB Variations
Color information
#C7266F (or 0xC7266F) is known color: Medium Red Violet. HEX triplet: C7, 26 and 6F. RGB value is (199,38,111). Sum of RGB (Red+Green+Blue) = 199+38+111=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7266F is #38D990. Grayscale: #5E5E5E. Windows color (decimal): -3725713 or 7284423. OLE color: 7284423.
HSL color Cylindrical-coordinate representation of color #C7266F: hue angle of 332.8º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7266F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 111 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.22 |
| HSL | 332.8º | 0.68% | 0.46% | - |
| HSV(B) | 332.8º | 0.81% | 0.78% | - |
| XYZ | 27.12 | 14.68 | 16.44 | - |
| YUV | 94.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 111 | 0 | 0.81 | 0.44 | 0.22 | 332.8 | 0.68 | 0.46 |
| Hex | C7 | 26 | 6F | 0 | 51 | 2C | 16 | 14D | 44 | 2E |
| Octal | 307 | 46 | 157 | 0 | 121 | 54 | 26 | 515 | 104 | 56 |
| Binary | 11000111 | 100110 | 1101111 | 0 | 1010001 | 101100 | 10110 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C7266F
Complementary color
Monochromatic Colors of #C7266F
Black with #C7266F
Text Example
Text Example
White with #C7266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7266F; }
p { color: rgb(199,38,111); }
H1.HeaderClassName
{
color: #C7266F;
}
.AnyTagClassName
{
color: #C7266F;
}
</style>
background-color css
<style>
a { background-color: #C7266F; }
a { background-color: rgb(199,38,111); }
div.DivClassName
{
background-color: #C7266F;
}
.BgClassName
{
background-color: #C7266F;
}
</style>
border-color css
<style>
span { border-color: #C7266F; }
span { border-color: rgb(199,38,111); }
td.TdClassName
{
border-color: #C7266F;
}
.TagClassName
{
border-color: #C7266F;
}
</style>