Shades of Medium Red Violet #C8349C
Tints of Medium Red Violet #C8349C
RGB
CMYK
RGB Variations
Color information
#C8349C (or 0xC8349C) is known color: Medium Red Violet. HEX triplet: C8, 34 and 9C. RGB value is (200,52,156). Sum of RGB (Red+Green+Blue) = 200+52+156=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8349C is #37CB63. Grayscale: #6B6B6B. Windows color (decimal): -3656548 or 10237128. OLE color: 10237128.
HSL color Cylindrical-coordinate representation of color #C8349C: hue angle of 317.84º 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 #C8349C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 156 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.22 |
| HSL | 317.84º | 0.59% | 0.49% | - |
| HSV(B) | 317.84º | 0.74% | 0.78% | - |
| XYZ | 31.05 | 17.14 | 33.12 | - |
| YUV | 108.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 156 | 0 | 0.74 | 0.22 | 0.22 | 317.84 | 0.59 | 0.49 |
| Hex | C8 | 34 | 9C | 0 | 4A | 16 | 16 | 13E | 3B | 31 |
| Octal | 310 | 64 | 234 | 0 | 112 | 26 | 26 | 476 | 73 | 61 |
| Binary | 11001000 | 110100 | 10011100 | 0 | 1001010 | 10110 | 10110 | 100111110 | 111011 | 110001 |
Color Harmonies of #C8349C
Complementary color
Monochromatic Colors of #C8349C
Black with #C8349C
Text Example
Text Example
White with #C8349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8349C; }
p { color: rgb(200,52,156); }
H1.HeaderClassName
{
color: #C8349C;
}
.AnyTagClassName
{
color: #C8349C;
}
</style>
background-color css
<style>
a { background-color: #C8349C; }
a { background-color: rgb(200,52,156); }
div.DivClassName
{
background-color: #C8349C;
}
.BgClassName
{
background-color: #C8349C;
}
</style>
border-color css
<style>
span { border-color: #C8349C; }
span { border-color: rgb(200,52,156); }
td.TdClassName
{
border-color: #C8349C;
}
.TagClassName
{
border-color: #C8349C;
}
</style>