Shades of Medium Violet Red #C6258D
Tints of Medium Violet Red #C6258D
RGB
CMYK
RGB Variations
Color information
#C6258D (or 0xC6258D) is known color: Medium Violet Red. HEX triplet: C6, 25 and 8D. RGB value is (198,37,141). Sum of RGB (Red+Green+Blue) = 198+37+141=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6258D is #39DA72. Grayscale: #606060. Windows color (decimal): -3791475 or 9250246. OLE color: 9250246.
HSL color Cylindrical-coordinate representation of color #C6258D: hue angle of 321.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6258D is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 141 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.22 |
| HSL | 321.24º | 0.69% | 0.46% | - |
| HSV(B) | 321.24º | 0.81% | 0.78% | - |
| XYZ | 28.76 | 15.25 | 26.63 | - |
| YUV | 97 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 141 | 0 | 0.81 | 0.29 | 0.22 | 321.24 | 0.69 | 0.46 |
| Hex | C6 | 25 | 8D | 0 | 51 | 1D | 16 | 141 | 45 | 2E |
| Octal | 306 | 45 | 215 | 0 | 121 | 35 | 26 | 501 | 105 | 56 |
| Binary | 11000110 | 100101 | 10001101 | 0 | 1010001 | 11101 | 10110 | 101000001 | 1000101 | 101110 |
Color Harmonies of #C6258D
Complementary color
Monochromatic Colors of #C6258D
Black with #C6258D
Text Example
Text Example
White with #C6258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6258D; }
p { color: rgb(198,37,141); }
H1.HeaderClassName
{
color: #C6258D;
}
.AnyTagClassName
{
color: #C6258D;
}
</style>
background-color css
<style>
a { background-color: #C6258D; }
a { background-color: rgb(198,37,141); }
div.DivClassName
{
background-color: #C6258D;
}
.BgClassName
{
background-color: #C6258D;
}
</style>
border-color css
<style>
span { border-color: #C6258D; }
span { border-color: rgb(198,37,141); }
td.TdClassName
{
border-color: #C6258D;
}
.TagClassName
{
border-color: #C6258D;
}
</style>