Shades of Medium Red Violet #C7277C
Tints of Medium Red Violet #C7277C
RGB
CMYK
RGB Variations
Color information
#C7277C (or 0xC7277C) is known color: Medium Red Violet. HEX triplet: C7, 27 and 7C. RGB value is (199,39,124). Sum of RGB (Red+Green+Blue) = 199+39+124=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7277C is #38D883. Grayscale: #606060. Windows color (decimal): -3725444 or 8136647. OLE color: 8136647.
HSL color Cylindrical-coordinate representation of color #C7277C: hue angle of 328.12º 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 #C7277C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 124 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.22 |
| HSL | 328.13º | 0.67% | 0.47% | - |
| HSV(B) | 328.13º | 0.8% | 0.78% | - |
| XYZ | 27.92 | 15.05 | 20.5 | - |
| YUV | 96.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 124 | 0 | 0.80 | 0.38 | 0.22 | 328.13 | 0.67 | 0.47 |
| Hex | C7 | 27 | 7C | 0 | 50 | 26 | 16 | 148 | 43 | 2F |
| Octal | 307 | 47 | 174 | 0 | 120 | 46 | 26 | 510 | 103 | 57 |
| Binary | 11000111 | 100111 | 1111100 | 0 | 1010000 | 100110 | 10110 | 101001000 | 1000011 | 101111 |
Color Harmonies of #C7277C
Complementary color
Monochromatic Colors of #C7277C
Black with #C7277C
Text Example
Text Example
White with #C7277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7277C; }
p { color: rgb(199,39,124); }
H1.HeaderClassName
{
color: #C7277C;
}
.AnyTagClassName
{
color: #C7277C;
}
</style>
background-color css
<style>
a { background-color: #C7277C; }
a { background-color: rgb(199,39,124); }
div.DivClassName
{
background-color: #C7277C;
}
.BgClassName
{
background-color: #C7277C;
}
</style>
border-color css
<style>
span { border-color: #C7277C; }
span { border-color: rgb(199,39,124); }
td.TdClassName
{
border-color: #C7277C;
}
.TagClassName
{
border-color: #C7277C;
}
</style>