Shades of Medium Violet Red #C6258A
Tints of Medium Violet Red #C6258A
RGB
CMYK
RGB Variations
Color information
#C6258A (or 0xC6258A) is known color: Medium Violet Red. HEX triplet: C6, 25 and 8A. RGB value is (198,37,138). Sum of RGB (Red+Green+Blue) = 198+37+138=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6258A is #39DA75. Grayscale: #606060. Windows color (decimal): -3791478 or 9053638. OLE color: 9053638.
HSL color Cylindrical-coordinate representation of color #C6258A: hue angle of 322.36º 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 #C6258A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 138 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.22 |
| HSL | 322.36º | 0.69% | 0.46% | - |
| HSV(B) | 322.36º | 0.81% | 0.78% | - |
| XYZ | 28.54 | 15.16 | 25.47 | - |
| YUV | 96.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 138 | 0 | 0.81 | 0.30 | 0.22 | 322.36 | 0.69 | 0.46 |
| Hex | C6 | 25 | 8A | 0 | 51 | 1E | 16 | 142 | 45 | 2E |
| Octal | 306 | 45 | 212 | 0 | 121 | 36 | 26 | 502 | 105 | 56 |
| Binary | 11000110 | 100101 | 10001010 | 0 | 1010001 | 11110 | 10110 | 101000010 | 1000101 | 101110 |
Color Harmonies of #C6258A
Complementary color
Monochromatic Colors of #C6258A
Black with #C6258A
Text Example
Text Example
White with #C6258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6258A; }
p { color: rgb(198,37,138); }
H1.HeaderClassName
{
color: #C6258A;
}
.AnyTagClassName
{
color: #C6258A;
}
</style>
background-color css
<style>
a { background-color: #C6258A; }
a { background-color: rgb(198,37,138); }
div.DivClassName
{
background-color: #C6258A;
}
.BgClassName
{
background-color: #C6258A;
}
</style>
border-color css
<style>
span { border-color: #C6258A; }
span { border-color: rgb(198,37,138); }
td.TdClassName
{
border-color: #C6258A;
}
.TagClassName
{
border-color: #C6258A;
}
</style>