Shades of Medium Violet Red #C6238A
Tints of Medium Violet Red #C6238A
RGB
CMYK
RGB Variations
Color information
#C6238A (or 0xC6238A) is known color: Medium Violet Red. HEX triplet: C6, 23 and 8A. RGB value is (198,35,138). Sum of RGB (Red+Green+Blue) = 198+35+138=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6238A is #39DC75. Grayscale: #5F5F5F. Windows color (decimal): -3791990 or 9053126. OLE color: 9053126.
HSL color Cylindrical-coordinate representation of color #C6238A: hue angle of 322.09º 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 #C6238A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 138 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.22 |
| HSL | 322.09º | 0.7% | 0.46% | - |
| HSV(B) | 322.09º | 0.82% | 0.78% | - |
| XYZ | 28.48 | 15.04 | 25.45 | - |
| YUV | 95.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 138 | 0 | 0.82 | 0.30 | 0.22 | 322.09 | 0.7 | 0.46 |
| Hex | C6 | 23 | 8A | 0 | 52 | 1E | 16 | 142 | 46 | 2E |
| Octal | 306 | 43 | 212 | 0 | 122 | 36 | 26 | 502 | 106 | 56 |
| Binary | 11000110 | 100011 | 10001010 | 0 | 1010010 | 11110 | 10110 | 101000010 | 1000110 | 101110 |
Color Harmonies of #C6238A
Complementary color
Monochromatic Colors of #C6238A
Black with #C6238A
Text Example
Text Example
White with #C6238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6238A; }
p { color: rgb(198,35,138); }
H1.HeaderClassName
{
color: #C6238A;
}
.AnyTagClassName
{
color: #C6238A;
}
</style>
background-color css
<style>
a { background-color: #C6238A; }
a { background-color: rgb(198,35,138); }
div.DivClassName
{
background-color: #C6238A;
}
.BgClassName
{
background-color: #C6238A;
}
</style>
border-color css
<style>
span { border-color: #C6238A; }
span { border-color: rgb(198,35,138); }
td.TdClassName
{
border-color: #C6238A;
}
.TagClassName
{
border-color: #C6238A;
}
</style>