Shades of Medium Violet Red #C6249F
Tints of Medium Violet Red #C6249F
RGB
CMYK
RGB Variations
Color information
#C6249F (or 0xC6249F) is known color: Medium Violet Red. HEX triplet: C6, 24 and 9F. RGB value is (198,36,159). Sum of RGB (Red+Green+Blue) = 198+36+159=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6249F is #39DB60. Grayscale: #626262. Windows color (decimal): -3791713 or 10429638. OLE color: 10429638.
HSL color Cylindrical-coordinate representation of color #C6249F: hue angle of 314.44º 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 #C6249F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 159 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.22 |
| HSL | 314.44º | 0.69% | 0.46% | - |
| HSV(B) | 314.44º | 0.82% | 0.78% | - |
| XYZ | 30.18 | 15.77 | 34.25 | - |
| YUV | 98.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 159 | 0 | 0.82 | 0.20 | 0.22 | 314.44 | 0.69 | 0.46 |
| Hex | C6 | 24 | 9F | 0 | 52 | 14 | 16 | 13A | 45 | 2E |
| Octal | 306 | 44 | 237 | 0 | 122 | 24 | 26 | 472 | 105 | 56 |
| Binary | 11000110 | 100100 | 10011111 | 0 | 1010010 | 10100 | 10110 | 100111010 | 1000101 | 101110 |
Color Harmonies of #C6249F
Complementary color
Monochromatic Colors of #C6249F
Black with #C6249F
Text Example
Text Example
White with #C6249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6249F; }
p { color: rgb(198,36,159); }
H1.HeaderClassName
{
color: #C6249F;
}
.AnyTagClassName
{
color: #C6249F;
}
</style>
background-color css
<style>
a { background-color: #C6249F; }
a { background-color: rgb(198,36,159); }
div.DivClassName
{
background-color: #C6249F;
}
.BgClassName
{
background-color: #C6249F;
}
</style>
border-color css
<style>
span { border-color: #C6249F; }
span { border-color: rgb(198,36,159); }
td.TdClassName
{
border-color: #C6249F;
}
.TagClassName
{
border-color: #C6249F;
}
</style>