#C6318C

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

Shades of Medium Red Violet #C6318C

Tints of Medium Red Violet #C6318C

Color information

#C6318C (or 0xC6318C) is unknown color: approx Medium Red Violet. HEX triplet: C6, 31 and 8C. RGB value is (198,49,140). Sum of RGB (Red+Green+Blue) = 198+49+140=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6318C is #39CE73. Grayscale: #676767. Windows color (decimal): -3788404 or 9187782. OLE color: 9187782.

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

Color convert

RGB19849140-
CMYK00.750.290.22
HSL323.36º60.32%48.43%-
HSV(B)323.36º75.25%77.65%-
XYZ29.1216.126.38-
YUV103.93148.36195.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 49 (19.53% from 255) = 12.66%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=51.16%
G=12.66%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984914000.750.290.22323.3660.3248.43
HexC6318C04B1D161433c30
Octal30661214011335265037460
Binary1100011011000110001100010010111110110110101000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6318C; }

 p { color: rgb(198,49,140); }

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

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

 a { background-color: rgb(198,49,140); }

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

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

 span { border-color: rgb(198,49,140); }

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