Shades of Medium Red Violet #C8339F
Tints of Medium Red Violet #C8339F
RGB
CMYK
RGB Variations
Color information
#C8339F (or 0xC8339F) is known color: Medium Red Violet. HEX triplet: C8, 33 and 9F. RGB value is (200,51,159). Sum of RGB (Red+Green+Blue) = 200+51+159=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8339F is #37CC60. Grayscale: #6B6B6B. Windows color (decimal): -3656801 or 10433480. OLE color: 10433480.
HSL color Cylindrical-coordinate representation of color #C8339F: hue angle of 316.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8339F is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 159 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.22 |
| HSL | 316.51º | 0.59% | 0.49% | - |
| HSV(B) | 316.51º | 0.75% | 0.78% | - |
| XYZ | 31.26 | 17.15 | 34.46 | - |
| YUV | 107.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 159 | 0 | 0.74 | 0.20 | 0.22 | 316.51 | 0.59 | 0.49 |
| Hex | C8 | 33 | 9F | 0 | 4A | 14 | 16 | 13D | 3B | 31 |
| Octal | 310 | 63 | 237 | 0 | 112 | 24 | 26 | 475 | 73 | 61 |
| Binary | 11001000 | 110011 | 10011111 | 0 | 1001010 | 10100 | 10110 | 100111101 | 111011 | 110001 |
Color Harmonies of #C8339F
Complementary color
Monochromatic Colors of #C8339F
Black with #C8339F
Text Example
Text Example
White with #C8339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8339F; }
p { color: rgb(200,51,159); }
H1.HeaderClassName
{
color: #C8339F;
}
.AnyTagClassName
{
color: #C8339F;
}
</style>
background-color css
<style>
a { background-color: #C8339F; }
a { background-color: rgb(200,51,159); }
div.DivClassName
{
background-color: #C8339F;
}
.BgClassName
{
background-color: #C8339F;
}
</style>
border-color css
<style>
span { border-color: #C8339F; }
span { border-color: rgb(200,51,159); }
td.TdClassName
{
border-color: #C8339F;
}
.TagClassName
{
border-color: #C8339F;
}
</style>