Shades of Medium Violet Red #C6248E
Tints of Medium Violet Red #C6248E
RGB
CMYK
RGB Variations
Color information
#C6248E (or 0xC6248E) is known color: Medium Violet Red. HEX triplet: C6, 24 and 8E. RGB value is (198,36,142). Sum of RGB (Red+Green+Blue) = 198+36+142=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6248E is #39DB71. Grayscale: #606060. Windows color (decimal): -3791730 or 9315526. OLE color: 9315526.
HSL color Cylindrical-coordinate representation of color #C6248E: hue angle of 320.74º degrees, saturation: 0.69, 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 #C6248E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 142 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.22 |
| HSL | 320.74º | 0.69% | 0.46% | - |
| HSV(B) | 320.74º | 0.82% | 0.78% | - |
| XYZ | 28.8 | 15.22 | 27.01 | - |
| YUV | 96.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 142 | 0 | 0.82 | 0.28 | 0.22 | 320.74 | 0.69 | 0.46 |
| Hex | C6 | 24 | 8E | 0 | 52 | 1C | 16 | 141 | 45 | 2E |
| Octal | 306 | 44 | 216 | 0 | 122 | 34 | 26 | 501 | 105 | 56 |
| Binary | 11000110 | 100100 | 10001110 | 0 | 1010010 | 11100 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C6248E
Complementary color
Monochromatic Colors of #C6248E
Black with #C6248E
Text Example
Text Example
White with #C6248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6248E; }
p { color: rgb(198,36,142); }
H1.HeaderClassName
{
color: #C6248E;
}
.AnyTagClassName
{
color: #C6248E;
}
</style>
background-color css
<style>
a { background-color: #C6248E; }
a { background-color: rgb(198,36,142); }
div.DivClassName
{
background-color: #C6248E;
}
.BgClassName
{
background-color: #C6248E;
}
</style>
border-color css
<style>
span { border-color: #C6248E; }
span { border-color: rgb(198,36,142); }
td.TdClassName
{
border-color: #C6248E;
}
.TagClassName
{
border-color: #C6248E;
}
</style>