Shades of Medium Red Violet #C6277B
Tints of Medium Red Violet #C6277B
RGB
CMYK
RGB Variations
Color information
#C6277B (or 0xC6277B) is known color: Medium Red Violet. HEX triplet: C6, 27 and 7B. RGB value is (198,39,123). Sum of RGB (Red+Green+Blue) = 198+39+123=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6277B is #39D884. Grayscale: #5F5F5F. Windows color (decimal): -3790981 or 8071110. OLE color: 8071110.
HSL color Cylindrical-coordinate representation of color #C6277B: hue angle of 328.3º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6277B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 123 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.22 |
| HSL | 328.3º | 0.67% | 0.46% | - |
| HSV(B) | 328.3º | 0.8% | 0.78% | - |
| XYZ | 27.59 | 14.89 | 20.16 | - |
| YUV | 96.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 123 | 0 | 0.80 | 0.38 | 0.22 | 328.3 | 0.67 | 0.46 |
| Hex | C6 | 27 | 7B | 0 | 50 | 26 | 16 | 148 | 43 | 2E |
| Octal | 306 | 47 | 173 | 0 | 120 | 46 | 26 | 510 | 103 | 56 |
| Binary | 11000110 | 100111 | 1111011 | 0 | 1010000 | 100110 | 10110 | 101001000 | 1000011 | 101110 |
Color Harmonies of #C6277B
Complementary color
Monochromatic Colors of #C6277B
Black with #C6277B
Text Example
Text Example
White with #C6277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6277B; }
p { color: rgb(198,39,123); }
H1.HeaderClassName
{
color: #C6277B;
}
.AnyTagClassName
{
color: #C6277B;
}
</style>
background-color css
<style>
a { background-color: #C6277B; }
a { background-color: rgb(198,39,123); }
div.DivClassName
{
background-color: #C6277B;
}
.BgClassName
{
background-color: #C6277B;
}
</style>
border-color css
<style>
span { border-color: #C6277B; }
span { border-color: rgb(198,39,123); }
td.TdClassName
{
border-color: #C6277B;
}
.TagClassName
{
border-color: #C6277B;
}
</style>