#C6156C

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

Shades of Medium Violet Red #C6156C

Tints of Medium Violet Red #C6156C

Color information

#C6156C (or 0xC6156C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 15 and 6C. RGB value is (198,21,108). Sum of RGB (Red+Green+Blue) = 198+21+108=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6156C is #39EA93. Grayscale: #535353. Windows color (decimal): -3795604 or 7083462. OLE color: 7083462.

HSL color Cylindrical-coordinate representation of color #C6156C: hue angle of 330.51º degrees, saturation: 0.81, 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 #C6156C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19821108-
CMYK00.890.450.22
HSL330.51º80.82%42.94%-
HSV(B)330.51º89.39%77.65%-
XYZ26.2613.6215.43-
YUV83.84141.64209.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=60.55%
G=6.42%
B=33.03%

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
Decimal1982110800.890.450.22330.5180.8242.94
HexC6156C0592D1614b512b
Octal306251540131552651312153
Binary1100011010101110110001011001101101101101010010111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6156C; }

 p { color: rgb(198,21,108); }

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

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

 a { background-color: rgb(198,21,108); }

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

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

 span { border-color: rgb(198,21,108); }

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