#C6319C

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

Shades of Medium Red Violet #C6319C

Tints of Medium Red Violet #C6319C

Color information

#C6319C (or 0xC6319C) is unknown color: approx Medium Red Violet. HEX triplet: C6, 31 and 9C. RGB value is (198,49,156). Sum of RGB (Red+Green+Blue) = 198+49+156=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6319C is #39CE63. Grayscale: #696969. Windows color (decimal): -3788388 or 10236358. OLE color: 10236358.

HSL color Cylindrical-coordinate representation of color #C6319C: hue angle of 316.91º 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 #C6319C is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19849156-
CMYK00.750.210.22
HSL316.91º60.32%48.43%-
HSV(B)316.91º75.25%77.65%-
XYZ30.3916.633.06-
YUV105.75156.36193.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=49.13%
G=12.16%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984915600.750.210.22316.9160.3248.43
HexC6319C04B151613d3c30
Octal30661234011325264757460
Binary1100011011000110011100010010111010110110100111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6319C; }

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

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

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

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

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

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

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

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