#C61B76

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

Shades of Medium Violet Red #C61B76

Tints of Medium Violet Red #C61B76

Color information

#C61B76 (or 0xC61B76) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1B and 76. RGB value is (198,27,118). Sum of RGB (Red+Green+Blue) = 198+27+118=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B76 is #39E489. Grayscale: #585858. Windows color (decimal): -3794058 or 7740358. OLE color: 7740358.

HSL color Cylindrical-coordinate representation of color #C61B76: hue angle of 328.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B76 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB19827118-
CMYK00.860.400.22
HSL328.07º76%44.12%-
HSV(B)328.07º86.36%77.65%-
XYZ26.9514.118.44-
YUV88.5144.65206.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=57.73%
G=7.87%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982711800.860.400.22328.077644.12
HexC61B7605628161484c2c
Octal306331660126502651011454
Binary1100011011011111011001010110101000101101010010001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B76; }

 p { color: rgb(198,27,118); }

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

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

 a { background-color: rgb(198,27,118); }

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

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

 span { border-color: rgb(198,27,118); }

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