Shades of Medium Red Violet #C8348A
Tints of Medium Red Violet #C8348A
RGB
CMYK
RGB Variations
Color information
#C8348A (or 0xC8348A) is known color: Medium Red Violet. HEX triplet: C8, 34 and 8A. RGB value is (200,52,138). Sum of RGB (Red+Green+Blue) = 200+52+138=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8348A is #37CB75. Grayscale: #696969. Windows color (decimal): -3656566 or 9057480. OLE color: 9057480.
HSL color Cylindrical-coordinate representation of color #C8348A: hue angle of 325.14º 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 #C8348A is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 138 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.22 |
| HSL | 325.14º | 0.59% | 0.49% | - |
| HSV(B) | 325.14º | 0.74% | 0.78% | - |
| XYZ | 29.63 | 16.57 | 25.68 | - |
| YUV | 106.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 138 | 0 | 0.74 | 0.31 | 0.22 | 325.14 | 0.59 | 0.49 |
| Hex | C8 | 34 | 8A | 0 | 4A | 1F | 16 | 145 | 3B | 31 |
| Octal | 310 | 64 | 212 | 0 | 112 | 37 | 26 | 505 | 73 | 61 |
| Binary | 11001000 | 110100 | 10001010 | 0 | 1001010 | 11111 | 10110 | 101000101 | 111011 | 110001 |
Color Harmonies of #C8348A
Complementary color
Monochromatic Colors of #C8348A
Black with #C8348A
Text Example
Text Example
White with #C8348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8348A; }
p { color: rgb(200,52,138); }
H1.HeaderClassName
{
color: #C8348A;
}
.AnyTagClassName
{
color: #C8348A;
}
</style>
background-color css
<style>
a { background-color: #C8348A; }
a { background-color: rgb(200,52,138); }
div.DivClassName
{
background-color: #C8348A;
}
.BgClassName
{
background-color: #C8348A;
}
</style>
border-color css
<style>
span { border-color: #C8348A; }
span { border-color: rgb(200,52,138); }
td.TdClassName
{
border-color: #C8348A;
}
.TagClassName
{
border-color: #C8348A;
}
</style>