Shades of Medium Violet Red #C6248B
Tints of Medium Violet Red #C6248B
RGB
CMYK
RGB Variations
Color information
#C6248B (or 0xC6248B) is known color: Medium Violet Red. HEX triplet: C6, 24 and 8B. RGB value is (198,36,139). Sum of RGB (Red+Green+Blue) = 198+36+139=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6248B is #39DB74. Grayscale: #5F5F5F. Windows color (decimal): -3791733 or 9118918. OLE color: 9118918.
HSL color Cylindrical-coordinate representation of color #C6248B: hue angle of 321.85º 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 #C6248B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 139 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.22 |
| HSL | 321.85º | 0.69% | 0.46% | - |
| HSV(B) | 321.85º | 0.82% | 0.78% | - |
| XYZ | 28.58 | 15.13 | 25.84 | - |
| YUV | 96.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 139 | 0 | 0.82 | 0.30 | 0.22 | 321.85 | 0.69 | 0.46 |
| Hex | C6 | 24 | 8B | 0 | 52 | 1E | 16 | 142 | 45 | 2E |
| Octal | 306 | 44 | 213 | 0 | 122 | 36 | 26 | 502 | 105 | 56 |
| Binary | 11000110 | 100100 | 10001011 | 0 | 1010010 | 11110 | 10110 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C6248B
Complementary color
Monochromatic Colors of #C6248B
Black with #C6248B
Text Example
Text Example
White with #C6248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6248B; }
p { color: rgb(198,36,139); }
H1.HeaderClassName
{
color: #C6248B;
}
.AnyTagClassName
{
color: #C6248B;
}
</style>
background-color css
<style>
a { background-color: #C6248B; }
a { background-color: rgb(198,36,139); }
div.DivClassName
{
background-color: #C6248B;
}
.BgClassName
{
background-color: #C6248B;
}
</style>
border-color css
<style>
span { border-color: #C6248B; }
span { border-color: rgb(198,36,139); }
td.TdClassName
{
border-color: #C6248B;
}
.TagClassName
{
border-color: #C6248B;
}
</style>