Shades of Medium Violet Red #C6248D
Tints of Medium Violet Red #C6248D
RGB
CMYK
RGB Variations
Color information
#C6248D (or 0xC6248D) is known color: Medium Violet Red. HEX triplet: C6, 24 and 8D. RGB value is (198,36,141). Sum of RGB (Red+Green+Blue) = 198+36+141=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6248D is #39DB72. Grayscale: #606060. Windows color (decimal): -3791731 or 9249990. OLE color: 9249990.
HSL color Cylindrical-coordinate representation of color #C6248D: hue angle of 321.11º 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 #C6248D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 141 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.11º | 0.69% | 0.46% | - |
| HSV(B) | 321.11º | 0.82% | 0.78% | - |
| XYZ | 28.73 | 15.19 | 26.62 | - |
| YUV | 96.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 141 | 0 | 0.82 | 0.29 | 0.22 | 321.11 | 0.69 | 0.46 |
| Hex | C6 | 24 | 8D | 0 | 52 | 1D | 16 | 141 | 45 | 2E |
| Octal | 306 | 44 | 215 | 0 | 122 | 35 | 26 | 501 | 105 | 56 |
| Binary | 11000110 | 100100 | 10001101 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C6248D
Complementary color
Monochromatic Colors of #C6248D
Black with #C6248D
Text Example
Text Example
White with #C6248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6248D; }
p { color: rgb(198,36,141); }
H1.HeaderClassName
{
color: #C6248D;
}
.AnyTagClassName
{
color: #C6248D;
}
</style>
background-color css
<style>
a { background-color: #C6248D; }
a { background-color: rgb(198,36,141); }
div.DivClassName
{
background-color: #C6248D;
}
.BgClassName
{
background-color: #C6248D;
}
</style>
border-color css
<style>
span { border-color: #C6248D; }
span { border-color: rgb(198,36,141); }
td.TdClassName
{
border-color: #C6248D;
}
.TagClassName
{
border-color: #C6248D;
}
</style>