Shades of Medium Red Violet #C8349F
Tints of Medium Red Violet #C8349F
RGB
CMYK
RGB Variations
Color information
#C8349F (or 0xC8349F) is known color: Medium Red Violet. HEX triplet: C8, 34 and 9F. RGB value is (200,52,159). Sum of RGB (Red+Green+Blue) = 200+52+159=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8349F is #37CB60. Grayscale: #6C6C6C. Windows color (decimal): -3656545 or 10433736. OLE color: 10433736.
HSL color Cylindrical-coordinate representation of color #C8349F: hue angle of 316.62º 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 #C8349F is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 159 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.22 |
| HSL | 316.62º | 0.59% | 0.49% | - |
| HSV(B) | 316.62º | 0.74% | 0.78% | - |
| XYZ | 31.31 | 17.24 | 34.48 | - |
| YUV | 108.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 159 | 0 | 0.74 | 0.20 | 0.22 | 316.62 | 0.59 | 0.49 |
| Hex | C8 | 34 | 9F | 0 | 4A | 14 | 16 | 13D | 3B | 31 |
| Octal | 310 | 64 | 237 | 0 | 112 | 24 | 26 | 475 | 73 | 61 |
| Binary | 11001000 | 110100 | 10011111 | 0 | 1001010 | 10100 | 10110 | 100111101 | 111011 | 110001 |
Color Harmonies of #C8349F
Complementary color
Monochromatic Colors of #C8349F
Black with #C8349F
Text Example
Text Example
White with #C8349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8349F; }
p { color: rgb(200,52,159); }
H1.HeaderClassName
{
color: #C8349F;
}
.AnyTagClassName
{
color: #C8349F;
}
</style>
background-color css
<style>
a { background-color: #C8349F; }
a { background-color: rgb(200,52,159); }
div.DivClassName
{
background-color: #C8349F;
}
.BgClassName
{
background-color: #C8349F;
}
</style>
border-color css
<style>
span { border-color: #C8349F; }
span { border-color: rgb(200,52,159); }
td.TdClassName
{
border-color: #C8349F;
}
.TagClassName
{
border-color: #C8349F;
}
</style>