Shades of Medium Red Violet #C8347E
Tints of Medium Red Violet #C8347E
RGB
CMYK
RGB Variations
Color information
#C8347E (or 0xC8347E) is known color: Medium Red Violet. HEX triplet: C8, 34 and 7E. RGB value is (200,52,126). Sum of RGB (Red+Green+Blue) = 200+52+126=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8347E is #37CB81. Grayscale: #686868. Windows color (decimal): -3656578 or 8271048. OLE color: 8271048.
HSL color Cylindrical-coordinate representation of color #C8347E: hue angle of 330º 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 #C8347E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 126 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.22 |
| HSL | 330º | 0.59% | 0.49% | - |
| HSV(B) | 330º | 0.74% | 0.78% | - |
| XYZ | 28.81 | 16.24 | 21.36 | - |
| YUV | 104.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 126 | 0 | 0.74 | 0.37 | 0.22 | 330 | 0.59 | 0.49 |
| Hex | C8 | 34 | 7E | 0 | 4A | 25 | 16 | 14A | 3B | 31 |
| Octal | 310 | 64 | 176 | 0 | 112 | 45 | 26 | 512 | 73 | 61 |
| Binary | 11001000 | 110100 | 1111110 | 0 | 1001010 | 100101 | 10110 | 101001010 | 111011 | 110001 |
Color Harmonies of #C8347E
Complementary color
Monochromatic Colors of #C8347E
Black with #C8347E
Text Example
Text Example
White with #C8347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8347E; }
p { color: rgb(200,52,126); }
H1.HeaderClassName
{
color: #C8347E;
}
.AnyTagClassName
{
color: #C8347E;
}
</style>
background-color css
<style>
a { background-color: #C8347E; }
a { background-color: rgb(200,52,126); }
div.DivClassName
{
background-color: #C8347E;
}
.BgClassName
{
background-color: #C8347E;
}
</style>
border-color css
<style>
span { border-color: #C8347E; }
span { border-color: rgb(200,52,126); }
td.TdClassName
{
border-color: #C8347E;
}
.TagClassName
{
border-color: #C8347E;
}
</style>