Shades of Medium Violet Red #C7268D
Tints of Medium Violet Red #C7268D
RGB
CMYK
RGB Variations
Color information
#C7268D (or 0xC7268D) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8D. RGB value is (199,38,141). Sum of RGB (Red+Green+Blue) = 199+38+141=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268D is #38D972. Grayscale: #616161. Windows color (decimal): -3725683 or 9250503. OLE color: 9250503.
HSL color Cylindrical-coordinate representation of color #C7268D: hue angle of 321.61º 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 #C7268D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 141 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.22 |
| HSL | 321.61º | 0.68% | 0.46% | - |
| HSV(B) | 321.61º | 0.81% | 0.78% | - |
| XYZ | 29.05 | 15.45 | 26.65 | - |
| YUV | 97.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 141 | 0 | 0.81 | 0.29 | 0.22 | 321.61 | 0.68 | 0.46 |
| Hex | C7 | 26 | 8D | 0 | 51 | 1D | 16 | 142 | 44 | 2E |
| Octal | 307 | 46 | 215 | 0 | 121 | 35 | 26 | 502 | 104 | 56 |
| Binary | 11000111 | 100110 | 10001101 | 0 | 1010001 | 11101 | 10110 | 101000010 | 1000100 | 101110 |
Color Harmonies of #C7268D
Complementary color
Monochromatic Colors of #C7268D
Black with #C7268D
Text Example
Text Example
White with #C7268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7268D; }
p { color: rgb(199,38,141); }
H1.HeaderClassName
{
color: #C7268D;
}
.AnyTagClassName
{
color: #C7268D;
}
</style>
background-color css
<style>
a { background-color: #C7268D; }
a { background-color: rgb(199,38,141); }
div.DivClassName
{
background-color: #C7268D;
}
.BgClassName
{
background-color: #C7268D;
}
</style>
border-color css
<style>
span { border-color: #C7268D; }
span { border-color: rgb(199,38,141); }
td.TdClassName
{
border-color: #C7268D;
}
.TagClassName
{
border-color: #C7268D;
}
</style>