Shades of Medium Violet Red #C6237E
Tints of Medium Violet Red #C6237E
RGB
CMYK
RGB Variations
Color information
#C6237E (or 0xC6237E) is known color: Medium Violet Red. HEX triplet: C6, 23 and 7E. RGB value is (198,35,126). Sum of RGB (Red+Green+Blue) = 198+35+126=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6237E is #39DC81. Grayscale: #5D5D5D. Windows color (decimal): -3792002 or 8266694. OLE color: 8266694.
HSL color Cylindrical-coordinate representation of color #C6237E: hue angle of 326.5º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6237E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 126 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.22 |
| HSL | 326.5º | 0.7% | 0.46% | - |
| HSV(B) | 326.5º | 0.82% | 0.78% | - |
| XYZ | 27.66 | 14.71 | 21.12 | - |
| YUV | 94.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 126 | 0 | 0.82 | 0.36 | 0.22 | 326.5 | 0.7 | 0.46 |
| Hex | C6 | 23 | 7E | 0 | 52 | 24 | 16 | 147 | 46 | 2E |
| Octal | 306 | 43 | 176 | 0 | 122 | 44 | 26 | 507 | 106 | 56 |
| Binary | 11000110 | 100011 | 1111110 | 0 | 1010010 | 100100 | 10110 | 101000111 | 1000110 | 101110 |
Color Harmonies of #C6237E
Complementary color
Monochromatic Colors of #C6237E
Black with #C6237E
Text Example
Text Example
White with #C6237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6237E; }
p { color: rgb(198,35,126); }
H1.HeaderClassName
{
color: #C6237E;
}
.AnyTagClassName
{
color: #C6237E;
}
</style>
background-color css
<style>
a { background-color: #C6237E; }
a { background-color: rgb(198,35,126); }
div.DivClassName
{
background-color: #C6237E;
}
.BgClassName
{
background-color: #C6237E;
}
</style>
border-color css
<style>
span { border-color: #C6237E; }
span { border-color: rgb(198,35,126); }
td.TdClassName
{
border-color: #C6237E;
}
.TagClassName
{
border-color: #C6237E;
}
</style>