Shades of Medium Red Violet #C8349A
Tints of Medium Red Violet #C8349A
RGB
CMYK
RGB Variations
Color information
#C8349A (or 0xC8349A) is known color: Medium Red Violet. HEX triplet: C8, 34 and 9A. RGB value is (200,52,154). Sum of RGB (Red+Green+Blue) = 200+52+154=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8349A is #37CB65. Grayscale: #6B6B6B. Windows color (decimal): -3656550 or 10106056. OLE color: 10106056.
HSL color Cylindrical-coordinate representation of color #C8349A: hue angle of 318.65º 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 #C8349A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 154 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.22 |
| HSL | 318.65º | 0.59% | 0.49% | - |
| HSV(B) | 318.65º | 0.74% | 0.78% | - |
| XYZ | 30.88 | 17.07 | 32.24 | - |
| YUV | 107.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 154 | 0 | 0.74 | 0.23 | 0.22 | 318.65 | 0.59 | 0.49 |
| Hex | C8 | 34 | 9A | 0 | 4A | 17 | 16 | 13F | 3B | 31 |
| Octal | 310 | 64 | 232 | 0 | 112 | 27 | 26 | 477 | 73 | 61 |
| Binary | 11001000 | 110100 | 10011010 | 0 | 1001010 | 10111 | 10110 | 100111111 | 111011 | 110001 |
Color Harmonies of #C8349A
Complementary color
Monochromatic Colors of #C8349A
Black with #C8349A
Text Example
Text Example
White with #C8349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8349A; }
p { color: rgb(200,52,154); }
H1.HeaderClassName
{
color: #C8349A;
}
.AnyTagClassName
{
color: #C8349A;
}
</style>
background-color css
<style>
a { background-color: #C8349A; }
a { background-color: rgb(200,52,154); }
div.DivClassName
{
background-color: #C8349A;
}
.BgClassName
{
background-color: #C8349A;
}
</style>
border-color css
<style>
span { border-color: #C8349A; }
span { border-color: rgb(200,52,154); }
td.TdClassName
{
border-color: #C8349A;
}
.TagClassName
{
border-color: #C8349A;
}
</style>