Shades of Medium Violet Red #C6257D
Tints of Medium Violet Red #C6257D
RGB
CMYK
RGB Variations
Color information
#C6257D (or 0xC6257D) is known color: Medium Violet Red. HEX triplet: C6, 25 and 7D. RGB value is (198,37,125). Sum of RGB (Red+Green+Blue) = 198+37+125=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6257D is #39DA82. Grayscale: #5E5E5E. Windows color (decimal): -3791491 or 8201670. OLE color: 8201670.
HSL color Cylindrical-coordinate representation of color #C6257D: hue angle of 327.2º 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 #C6257D is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 125 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.22 |
| HSL | 327.21º | 0.69% | 0.46% | - |
| HSV(B) | 327.21º | 0.81% | 0.78% | - |
| XYZ | 27.65 | 14.81 | 20.8 | - |
| YUV | 95.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 125 | 0 | 0.81 | 0.37 | 0.22 | 327.21 | 0.69 | 0.46 |
| Hex | C6 | 25 | 7D | 0 | 51 | 25 | 16 | 147 | 45 | 2E |
| Octal | 306 | 45 | 175 | 0 | 121 | 45 | 26 | 507 | 105 | 56 |
| Binary | 11000110 | 100101 | 1111101 | 0 | 1010001 | 100101 | 10110 | 101000111 | 1000101 | 101110 |
Color Harmonies of #C6257D
Complementary color
Monochromatic Colors of #C6257D
Black with #C6257D
Text Example
Text Example
White with #C6257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6257D; }
p { color: rgb(198,37,125); }
H1.HeaderClassName
{
color: #C6257D;
}
.AnyTagClassName
{
color: #C6257D;
}
</style>
background-color css
<style>
a { background-color: #C6257D; }
a { background-color: rgb(198,37,125); }
div.DivClassName
{
background-color: #C6257D;
}
.BgClassName
{
background-color: #C6257D;
}
</style>
border-color css
<style>
span { border-color: #C6257D; }
span { border-color: rgb(198,37,125); }
td.TdClassName
{
border-color: #C6257D;
}
.TagClassName
{
border-color: #C6257D;
}
</style>