#C6156F

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

Shades of Medium Violet Red #C6156F

Tints of Medium Violet Red #C6156F

Color information

#C6156F (or 0xC6156F) is unknown color: approx Medium Violet Red. HEX triplet: C6, 15 and 6F. RGB value is (198,21,111). Sum of RGB (Red+Green+Blue) = 198+21+111=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6156F is #39EA90. Grayscale: #545454. Windows color (decimal): -3795601 or 7280070. OLE color: 7280070.

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

Color convert

RGB19821111-
CMYK00.890.440.22
HSL329.49º80.82%42.94%-
HSV(B)329.49º89.39%77.65%-
XYZ26.4313.6916.29-
YUV84.18143.14209.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=60%
G=6.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982111100.890.440.22329.4980.8242.94
HexC6156F0592C16149512b
Octal306251570131542651112153
Binary1100011010101110111101011001101100101101010010011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6156F; }

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

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

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

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

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

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

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

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