#C6166D

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

Shades of Medium Violet Red #C6166D

Tints of Medium Violet Red #C6166D

Color information

#C6166D (or 0xC6166D) is unknown color: approx Medium Violet Red. HEX triplet: C6, 16 and 6D. RGB value is (198,22,109). Sum of RGB (Red+Green+Blue) = 198+22+109=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6166D is #39E992. Grayscale: #545454. Windows color (decimal): -3795347 or 7149254. OLE color: 7149254.

HSL color Cylindrical-coordinate representation of color #C6166D: hue angle of 330.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6166D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19822109-
CMYK00.890.450.22
HSL330.34º80%43.14%-
HSV(B)330.34º88.89%77.65%-
XYZ26.3413.6815.72-
YUV84.54141.81208.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=60.18%
G=6.69%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982210900.890.450.22330.348043.14
HexC6166D0592D1614a502b
Octal306261550131552651212053
Binary1100011010110110110101011001101101101101010010101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6166D; }

 p { color: rgb(198,22,109); }

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

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

 a { background-color: rgb(198,22,109); }

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

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

 span { border-color: rgb(198,22,109); }

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