#c61b99

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

Shades of Medium Violet Red #C61B99

Tints of Medium Violet Red #C61B99

Color information

#C61B99 (or 0xC61B99) is unknown color: approx Medium Violet Red. HEX triplet: C6, 1B and 99. RGB value is (198,27,153). Sum of RGB (Red+Green+Blue) = 198+27+153=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61B99 is #39E466. Grayscale: #5C5C5C. Windows color (decimal): -3794023 or 10034118. OLE color: 10034118.

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

Color convert

RGB19827153-
CMYK00.860.230.22
HSL315.79º76%44.12%-
HSV(B)315.79º86.36%77.65%-
XYZ29.4315.0931.5-
YUV92.49162.15203.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=52.38%
G=7.14%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982715300.860.230.22315.797644.12
HexC61B99056171613c4c2c
Octal306332310126272647411454
Binary1100011011011100110010101011010111101101001111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61b99; }

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

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

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

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

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

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

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

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