Shades of Medium Red Violet #C7277D
Tints of Medium Red Violet #C7277D
RGB
CMYK
RGB Variations
Color information
#C7277D (or 0xC7277D) is known color: Medium Red Violet. HEX triplet: C7, 27 and 7D. RGB value is (199,39,125). Sum of RGB (Red+Green+Blue) = 199+39+125=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7277D is #38D882. Grayscale: #606060. Windows color (decimal): -3725443 or 8202183. OLE color: 8202183.
HSL color Cylindrical-coordinate representation of color #C7277D: hue angle of 327.75º 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 #C7277D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 125 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.22 |
| HSL | 327.75º | 0.67% | 0.47% | - |
| HSV(B) | 327.75º | 0.8% | 0.78% | - |
| XYZ | 27.98 | 15.07 | 20.84 | - |
| YUV | 96.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 125 | 0 | 0.80 | 0.37 | 0.22 | 327.75 | 0.67 | 0.47 |
| Hex | C7 | 27 | 7D | 0 | 50 | 25 | 16 | 148 | 43 | 2F |
| Octal | 307 | 47 | 175 | 0 | 120 | 45 | 26 | 510 | 103 | 57 |
| Binary | 11000111 | 100111 | 1111101 | 0 | 1010000 | 100101 | 10110 | 101001000 | 1000011 | 101111 |
Color Harmonies of #C7277D
Complementary color
Monochromatic Colors of #C7277D
Black with #C7277D
Text Example
Text Example
White with #C7277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7277D; }
p { color: rgb(199,39,125); }
H1.HeaderClassName
{
color: #C7277D;
}
.AnyTagClassName
{
color: #C7277D;
}
</style>
background-color css
<style>
a { background-color: #C7277D; }
a { background-color: rgb(199,39,125); }
div.DivClassName
{
background-color: #C7277D;
}
.BgClassName
{
background-color: #C7277D;
}
</style>
border-color css
<style>
span { border-color: #C7277D; }
span { border-color: rgb(199,39,125); }
td.TdClassName
{
border-color: #C7277D;
}
.TagClassName
{
border-color: #C7277D;
}
</style>