Shades of Medium Violet Red #C7268A
Tints of Medium Violet Red #C7268A
RGB
CMYK
RGB Variations
Color information
#C7268A (or 0xC7268A) is known color: Medium Violet Red. HEX triplet: C7, 26 and 8A. RGB value is (199,38,138). Sum of RGB (Red+Green+Blue) = 199+38+138=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7268A is #38D975. Grayscale: #616161. Windows color (decimal): -3725686 or 9053895. OLE color: 9053895.
HSL color Cylindrical-coordinate representation of color #C7268A: hue angle of 322.73º 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 #C7268A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 138 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.22 |
| HSL | 322.73º | 0.68% | 0.46% | - |
| HSV(B) | 322.73º | 0.81% | 0.78% | - |
| XYZ | 28.83 | 15.36 | 25.49 | - |
| YUV | 97.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 138 | 0 | 0.81 | 0.31 | 0.22 | 322.73 | 0.68 | 0.46 |
| Hex | C7 | 26 | 8A | 0 | 51 | 1F | 16 | 143 | 44 | 2E |
| Octal | 307 | 46 | 212 | 0 | 121 | 37 | 26 | 503 | 104 | 56 |
| Binary | 11000111 | 100110 | 10001010 | 0 | 1010001 | 11111 | 10110 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C7268A
Complementary color
Monochromatic Colors of #C7268A
Black with #C7268A
Text Example
Text Example
White with #C7268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7268A; }
p { color: rgb(199,38,138); }
H1.HeaderClassName
{
color: #C7268A;
}
.AnyTagClassName
{
color: #C7268A;
}
</style>
background-color css
<style>
a { background-color: #C7268A; }
a { background-color: rgb(199,38,138); }
div.DivClassName
{
background-color: #C7268A;
}
.BgClassName
{
background-color: #C7268A;
}
</style>
border-color css
<style>
span { border-color: #C7268A; }
span { border-color: rgb(199,38,138); }
td.TdClassName
{
border-color: #C7268A;
}
.TagClassName
{
border-color: #C7268A;
}
</style>