Shades of Medium Red Violet #C8337E
Tints of Medium Red Violet #C8337E
RGB
CMYK
RGB Variations
Color information
#C8337E (or 0xC8337E) is known color: Medium Red Violet. HEX triplet: C8, 33 and 7E. RGB value is (200,51,126). Sum of RGB (Red+Green+Blue) = 200+51+126=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8337E is #37CC81. Grayscale: #676767. Windows color (decimal): -3656834 or 8270792. OLE color: 8270792.
HSL color Cylindrical-coordinate representation of color #C8337E: hue angle of 329.8º 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 #C8337E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 126 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.22 |
| HSL | 329.8º | 0.59% | 0.49% | - |
| HSV(B) | 329.8º | 0.75% | 0.78% | - |
| XYZ | 28.77 | 16.15 | 21.34 | - |
| YUV | 104.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 126 | 0 | 0.74 | 0.37 | 0.22 | 329.8 | 0.59 | 0.49 |
| Hex | C8 | 33 | 7E | 0 | 4A | 25 | 16 | 14A | 3B | 31 |
| Octal | 310 | 63 | 176 | 0 | 112 | 45 | 26 | 512 | 73 | 61 |
| Binary | 11001000 | 110011 | 1111110 | 0 | 1001010 | 100101 | 10110 | 101001010 | 111011 | 110001 |
Color Harmonies of #C8337E
Complementary color
Monochromatic Colors of #C8337E
Black with #C8337E
Text Example
Text Example
White with #C8337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8337E; }
p { color: rgb(200,51,126); }
H1.HeaderClassName
{
color: #C8337E;
}
.AnyTagClassName
{
color: #C8337E;
}
</style>
background-color css
<style>
a { background-color: #C8337E; }
a { background-color: rgb(200,51,126); }
div.DivClassName
{
background-color: #C8337E;
}
.BgClassName
{
background-color: #C8337E;
}
</style>
border-color css
<style>
span { border-color: #C8337E; }
span { border-color: rgb(200,51,126); }
td.TdClassName
{
border-color: #C8337E;
}
.TagClassName
{
border-color: #C8337E;
}
</style>