Shades of Medium Red Violet #C6338B
Tints of Medium Red Violet #C6338B
RGB
CMYK
RGB Variations
Color information
#C6338B (or 0xC6338B) is known color: Medium Red Violet. HEX triplet: C6, 33 and 8B. RGB value is (198,51,139). Sum of RGB (Red+Green+Blue) = 198+51+139=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6338B is #39CC74. Grayscale: #686868. Windows color (decimal): -3787893 or 9122758. OLE color: 9122758.
HSL color Cylindrical-coordinate representation of color #C6338B: hue angle of 324.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6338B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 139 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.22 |
| HSL | 324.08º | 0.59% | 0.49% | - |
| HSV(B) | 324.08º | 0.74% | 0.78% | - |
| XYZ | 29.13 | 16.24 | 26.02 | - |
| YUV | 104.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 139 | 0 | 0.74 | 0.30 | 0.22 | 324.08 | 0.59 | 0.49 |
| Hex | C6 | 33 | 8B | 0 | 4A | 1E | 16 | 144 | 3B | 31 |
| Octal | 306 | 63 | 213 | 0 | 112 | 36 | 26 | 504 | 73 | 61 |
| Binary | 11000110 | 110011 | 10001011 | 0 | 1001010 | 11110 | 10110 | 101000100 | 111011 | 110001 |
Color Harmonies of #C6338B
Complementary color
Monochromatic Colors of #C6338B
Black with #C6338B
Text Example
Text Example
White with #C6338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6338B; }
p { color: rgb(198,51,139); }
H1.HeaderClassName
{
color: #C6338B;
}
.AnyTagClassName
{
color: #C6338B;
}
</style>
background-color css
<style>
a { background-color: #C6338B; }
a { background-color: rgb(198,51,139); }
div.DivClassName
{
background-color: #C6338B;
}
.BgClassName
{
background-color: #C6338B;
}
</style>
border-color css
<style>
span { border-color: #C6338B; }
span { border-color: rgb(198,51,139); }
td.TdClassName
{
border-color: #C6338B;
}
.TagClassName
{
border-color: #C6338B;
}
</style>