Shades of Medium Red Violet #C7288C
Tints of Medium Red Violet #C7288C
RGB
CMYK
RGB Variations
Color information
#C7288C (or 0xC7288C) is known color: Medium Red Violet. HEX triplet: C7, 28 and 8C. RGB value is (199,40,140). Sum of RGB (Red+Green+Blue) = 199+40+140=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7288C is #38D773. Grayscale: #626262. Windows color (decimal): -3725172 or 9185479. OLE color: 9185479.
HSL color Cylindrical-coordinate representation of color #C7288C: hue angle of 322.26º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7288C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 140 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.22 |
| HSL | 322.26º | 0.67% | 0.47% | - |
| HSV(B) | 322.26º | 0.8% | 0.78% | - |
| XYZ | 29.05 | 15.55 | 26.28 | - |
| YUV | 98.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 140 | 0 | 0.80 | 0.30 | 0.22 | 322.26 | 0.67 | 0.47 |
| Hex | C7 | 28 | 8C | 0 | 50 | 1E | 16 | 142 | 43 | 2F |
| Octal | 307 | 50 | 214 | 0 | 120 | 36 | 26 | 502 | 103 | 57 |
| Binary | 11000111 | 101000 | 10001100 | 0 | 1010000 | 11110 | 10110 | 101000010 | 1000011 | 101111 |
Color Harmonies of #C7288C
Complementary color
Monochromatic Colors of #C7288C
Black with #C7288C
Text Example
Text Example
White with #C7288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7288C; }
p { color: rgb(199,40,140); }
H1.HeaderClassName
{
color: #C7288C;
}
.AnyTagClassName
{
color: #C7288C;
}
</style>
background-color css
<style>
a { background-color: #C7288C; }
a { background-color: rgb(199,40,140); }
div.DivClassName
{
background-color: #C7288C;
}
.BgClassName
{
background-color: #C7288C;
}
</style>
border-color css
<style>
span { border-color: #C7288C; }
span { border-color: rgb(199,40,140); }
td.TdClassName
{
border-color: #C7288C;
}
.TagClassName
{
border-color: #C7288C;
}
</style>