Shades of Medium Red Violet #C8347A
Tints of Medium Red Violet #C8347A
RGB
CMYK
RGB Variations
Color information
#C8347A (or 0xC8347A) is known color: Medium Red Violet. HEX triplet: C8, 34 and 7A. RGB value is (200,52,122). Sum of RGB (Red+Green+Blue) = 200+52+122=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8347A is #37CB85. Grayscale: #686868. Windows color (decimal): -3656582 or 8008904. OLE color: 8008904.
HSL color Cylindrical-coordinate representation of color #C8347A: hue angle of 331.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 #C8347A is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 122 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.22 |
| HSL | 331.62º | 0.59% | 0.49% | - |
| HSV(B) | 331.62º | 0.74% | 0.78% | - |
| XYZ | 28.56 | 16.14 | 20.02 | - |
| YUV | 104.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 122 | 0 | 0.74 | 0.39 | 0.22 | 331.62 | 0.59 | 0.49 |
| Hex | C8 | 34 | 7A | 0 | 4A | 27 | 16 | 14C | 3B | 31 |
| Octal | 310 | 64 | 172 | 0 | 112 | 47 | 26 | 514 | 73 | 61 |
| Binary | 11001000 | 110100 | 1111010 | 0 | 1001010 | 100111 | 10110 | 101001100 | 111011 | 110001 |
Color Harmonies of #C8347A
Complementary color
Monochromatic Colors of #C8347A
Black with #C8347A
Text Example
Text Example
White with #C8347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8347A; }
p { color: rgb(200,52,122); }
H1.HeaderClassName
{
color: #C8347A;
}
.AnyTagClassName
{
color: #C8347A;
}
</style>
background-color css
<style>
a { background-color: #C8347A; }
a { background-color: rgb(200,52,122); }
div.DivClassName
{
background-color: #C8347A;
}
.BgClassName
{
background-color: #C8347A;
}
</style>
border-color css
<style>
span { border-color: #C8347A; }
span { border-color: rgb(200,52,122); }
td.TdClassName
{
border-color: #C8347A;
}
.TagClassName
{
border-color: #C8347A;
}
</style>