#C7318A

Color #C7318A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C7318A

Tints of Medium Red Violet #C7318A

Color information

#C7318A (or 0xC7318A) is unknown color: approx Medium Red Violet. HEX triplet: C7, 31 and 8A. RGB value is (199,49,138). Sum of RGB (Red+Green+Blue) = 199+49+138=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7318A is #38CE75. Grayscale: #676767. Windows color (decimal): -3722870 or 9056711. OLE color: 9056711.

HSL color Cylindrical-coordinate representation of color #C7318A: hue angle of 324.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7318A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB19949138-
CMYK00.750.310.22
HSL324.4º60.48%48.63%-
HSV(B)324.4º75.38%78.04%-
XYZ29.2416.1725.63-
YUV104147.2195.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 49 (19.53% from 255) = 12.69%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=51.55%
G=12.69%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994913800.750.310.22324.460.4848.63
HexC7318A04B1F161443c31
Octal30761212011337265047461
Binary1100011111000110001010010010111111110110101000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7318A; }

 p { color: rgb(199,49,138); }

 H1.HeaderClassName
 {
   color: #C7318A;
 }
 .AnyTagClassName
 {
   color: #C7318A;
 }
</style>
background-color css

<style>
 a { background-color: #C7318A; }

 a { background-color: rgb(199,49,138); }

 div.DivClassName
 {
   background-color: #C7318A;
 }
 .BgClassName
 {
   background-color: #C7318A;
 }
</style>
border-color css

<style>
 span { border-color: #C7318A; }

 span { border-color: rgb(199,49,138); }

 td.TdClassName
 {
   border-color: #C7318A;
 }
 .TagClassName
 {
   border-color: #C7318A;
 }
</style>