Shades of Medium Violet Red #C6238C
Tints of Medium Violet Red #C6238C
RGB
CMYK
RGB Variations
Color information
#C6238C (or 0xC6238C) is known color: Medium Violet Red. HEX triplet: C6, 23 and 8C. RGB value is (198,35,140). Sum of RGB (Red+Green+Blue) = 198+35+140=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6238C is #39DC73. Grayscale: #5F5F5F. Windows color (decimal): -3791988 or 9184198. OLE color: 9184198.
HSL color Cylindrical-coordinate representation of color #C6238C: hue angle of 321.35º degrees, saturation: 0.7, 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 #C6238C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 140 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.22 |
| HSL | 321.35º | 0.7% | 0.46% | - |
| HSV(B) | 321.35º | 0.82% | 0.78% | - |
| XYZ | 28.62 | 15.1 | 26.22 | - |
| YUV | 95.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 140 | 0 | 0.82 | 0.29 | 0.22 | 321.35 | 0.7 | 0.46 |
| Hex | C6 | 23 | 8C | 0 | 52 | 1D | 16 | 141 | 46 | 2E |
| Octal | 306 | 43 | 214 | 0 | 122 | 35 | 26 | 501 | 106 | 56 |
| Binary | 11000110 | 100011 | 10001100 | 0 | 1010010 | 11101 | 10110 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C6238C
Complementary color
Monochromatic Colors of #C6238C
Black with #C6238C
Text Example
Text Example
White with #C6238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6238C; }
p { color: rgb(198,35,140); }
H1.HeaderClassName
{
color: #C6238C;
}
.AnyTagClassName
{
color: #C6238C;
}
</style>
background-color css
<style>
a { background-color: #C6238C; }
a { background-color: rgb(198,35,140); }
div.DivClassName
{
background-color: #C6238C;
}
.BgClassName
{
background-color: #C6238C;
}
</style>
border-color css
<style>
span { border-color: #C6238C; }
span { border-color: rgb(198,35,140); }
td.TdClassName
{
border-color: #C6238C;
}
.TagClassName
{
border-color: #C6238C;
}
</style>