Shades of Medium Red Violet #C7278B
Tints of Medium Red Violet #C7278B
RGB
CMYK
RGB Variations
Color information
#C7278B (or 0xC7278B) is known color: Medium Red Violet. HEX triplet: C7, 27 and 8B. RGB value is (199,39,139). Sum of RGB (Red+Green+Blue) = 199+39+139=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7278B is #38D874. Grayscale: #626262. Windows color (decimal): -3725429 or 9119687. OLE color: 9119687.
HSL color Cylindrical-coordinate representation of color #C7278B: hue angle of 322.5º 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 #C7278B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 139 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.22 |
| HSL | 322.5º | 0.67% | 0.47% | - |
| HSV(B) | 322.5º | 0.8% | 0.78% | - |
| XYZ | 28.94 | 15.46 | 25.88 | - |
| YUV | 98.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 139 | 0 | 0.80 | 0.30 | 0.22 | 322.5 | 0.67 | 0.47 |
| Hex | C7 | 27 | 8B | 0 | 50 | 1E | 16 | 142 | 43 | 2F |
| Octal | 307 | 47 | 213 | 0 | 120 | 36 | 26 | 502 | 103 | 57 |
| Binary | 11000111 | 100111 | 10001011 | 0 | 1010000 | 11110 | 10110 | 101000010 | 1000011 | 101111 |
Color Harmonies of #C7278B
Complementary color
Monochromatic Colors of #C7278B
Black with #C7278B
Text Example
Text Example
White with #C7278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7278B; }
p { color: rgb(199,39,139); }
H1.HeaderClassName
{
color: #C7278B;
}
.AnyTagClassName
{
color: #C7278B;
}
</style>
background-color css
<style>
a { background-color: #C7278B; }
a { background-color: rgb(199,39,139); }
div.DivClassName
{
background-color: #C7278B;
}
.BgClassName
{
background-color: #C7278B;
}
</style>
border-color css
<style>
span { border-color: #C7278B; }
span { border-color: rgb(199,39,139); }
td.TdClassName
{
border-color: #C7278B;
}
.TagClassName
{
border-color: #C7278B;
}
</style>