Shades of Medium Red Violet #C6338A
Tints of Medium Red Violet #C6338A
RGB
CMYK
RGB Variations
Color information
#C6338A (or 0xC6338A) is known color: Medium Red Violet. HEX triplet: C6, 33 and 8A. RGB value is (198,51,138). Sum of RGB (Red+Green+Blue) = 198+51+138=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6338A is #39CC75. Grayscale: #686868. Windows color (decimal): -3787894 or 9057222. OLE color: 9057222.
HSL color Cylindrical-coordinate representation of color #C6338A: hue angle of 324.49º 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 #C6338A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 138 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.22 |
| HSL | 324.49º | 0.59% | 0.49% | - |
| HSV(B) | 324.49º | 0.74% | 0.78% | - |
| XYZ | 29.06 | 16.21 | 25.64 | - |
| YUV | 104.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 138 | 0 | 0.74 | 0.30 | 0.22 | 324.49 | 0.59 | 0.49 |
| Hex | C6 | 33 | 8A | 0 | 4A | 1E | 16 | 144 | 3B | 31 |
| Octal | 306 | 63 | 212 | 0 | 112 | 36 | 26 | 504 | 73 | 61 |
| Binary | 11000110 | 110011 | 10001010 | 0 | 1001010 | 11110 | 10110 | 101000100 | 111011 | 110001 |
Color Harmonies of #C6338A
Complementary color
Monochromatic Colors of #C6338A
Black with #C6338A
Text Example
Text Example
White with #C6338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6338A; }
p { color: rgb(198,51,138); }
H1.HeaderClassName
{
color: #C6338A;
}
.AnyTagClassName
{
color: #C6338A;
}
</style>
background-color css
<style>
a { background-color: #C6338A; }
a { background-color: rgb(198,51,138); }
div.DivClassName
{
background-color: #C6338A;
}
.BgClassName
{
background-color: #C6338A;
}
</style>
border-color css
<style>
span { border-color: #C6338A; }
span { border-color: rgb(198,51,138); }
td.TdClassName
{
border-color: #C6338A;
}
.TagClassName
{
border-color: #C6338A;
}
</style>