Shades of Medium Red Violet #C7369A
Tints of Medium Red Violet #C7369A
RGB
CMYK
RGB Variations
Color information
#C7369A (or 0xC7369A) is known color: Medium Red Violet. HEX triplet: C7, 36 and 9A. RGB value is (199,54,154). Sum of RGB (Red+Green+Blue) = 199+54+154=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7369A is #38C965. Grayscale: #6C6C6C. Windows color (decimal): -3721574 or 10106567. OLE color: 10106567.
HSL color Cylindrical-coordinate representation of color #C7369A: hue angle of 318.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7369A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 154 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.22 |
| HSL | 318.62º | 0.57% | 0.5% | - |
| HSV(B) | 318.62º | 0.73% | 0.78% | - |
| XYZ | 30.71 | 17.11 | 32.26 | - |
| YUV | 108.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 154 | 0 | 0.73 | 0.23 | 0.22 | 318.62 | 0.57 | 0.5 |
| Hex | C7 | 36 | 9A | 0 | 49 | 17 | 16 | 13F | 39 | 32 |
| Octal | 307 | 66 | 232 | 0 | 111 | 27 | 26 | 477 | 71 | 62 |
| Binary | 11000111 | 110110 | 10011010 | 0 | 1001001 | 10111 | 10110 | 100111111 | 111001 | 110010 |
Color Harmonies of #C7369A
Complementary color
Monochromatic Colors of #C7369A
Black with #C7369A
Text Example
Text Example
White with #C7369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7369A; }
p { color: rgb(199,54,154); }
H1.HeaderClassName
{
color: #C7369A;
}
.AnyTagClassName
{
color: #C7369A;
}
</style>
background-color css
<style>
a { background-color: #C7369A; }
a { background-color: rgb(199,54,154); }
div.DivClassName
{
background-color: #C7369A;
}
.BgClassName
{
background-color: #C7369A;
}
</style>
border-color css
<style>
span { border-color: #C7369A; }
span { border-color: rgb(199,54,154); }
td.TdClassName
{
border-color: #C7369A;
}
.TagClassName
{
border-color: #C7369A;
}
</style>