Shades of Medium Red Violet #C7348B
Tints of Medium Red Violet #C7348B
RGB
CMYK
RGB Variations
Color information
#C7348B (or 0xC7348B) is known color: Medium Red Violet. HEX triplet: C7, 34 and 8B. RGB value is (199,52,139). Sum of RGB (Red+Green+Blue) = 199+52+139=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7348B is #38CB74. Grayscale: #696969. Windows color (decimal): -3722101 or 9123015. OLE color: 9123015.
HSL color Cylindrical-coordinate representation of color #C7348B: hue angle of 324.49º 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 #C7348B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 139 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.22 |
| HSL | 324.49º | 0.59% | 0.49% | - |
| HSV(B) | 324.49º | 0.74% | 0.78% | - |
| XYZ | 29.44 | 16.46 | 26.05 | - |
| YUV | 105.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 139 | 0 | 0.74 | 0.30 | 0.22 | 324.49 | 0.59 | 0.49 |
| Hex | C7 | 34 | 8B | 0 | 4A | 1E | 16 | 144 | 3B | 31 |
| Octal | 307 | 64 | 213 | 0 | 112 | 36 | 26 | 504 | 73 | 61 |
| Binary | 11000111 | 110100 | 10001011 | 0 | 1001010 | 11110 | 10110 | 101000100 | 111011 | 110001 |
Color Harmonies of #C7348B
Complementary color
Monochromatic Colors of #C7348B
Black with #C7348B
Text Example
Text Example
White with #C7348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7348B; }
p { color: rgb(199,52,139); }
H1.HeaderClassName
{
color: #C7348B;
}
.AnyTagClassName
{
color: #C7348B;
}
</style>
background-color css
<style>
a { background-color: #C7348B; }
a { background-color: rgb(199,52,139); }
div.DivClassName
{
background-color: #C7348B;
}
.BgClassName
{
background-color: #C7348B;
}
</style>
border-color css
<style>
span { border-color: #C7348B; }
span { border-color: rgb(199,52,139); }
td.TdClassName
{
border-color: #C7348B;
}
.TagClassName
{
border-color: #C7348B;
}
</style>