#c6149b

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

Shades of Medium Violet Red #C6149B

Tints of Medium Violet Red #C6149B

Color information

#C6149B (or 0xC6149B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 14 and 9B. RGB value is (198,20,155). Sum of RGB (Red+Green+Blue) = 198+20+155=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6149B is #39EB64. Grayscale: #585858. Windows color (decimal): -3795813 or 10163398. OLE color: 10163398.

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

Color convert

RGB19820155-
CMYK00.900.220.22
HSL314.49º81.65%42.75%-
HSV(B)314.49º89.9%77.65%-
XYZ29.4614.8732.33-
YUV88.61165.47206.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 20 (8.20% from 255) = 5.36%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=53.08%
G=5.36%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982015500.900.220.22314.4981.6542.75
HexC6149B05A161613a522b
Octal306242330132262647212253
Binary1100011010100100110110101101010110101101001110101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6149b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6149b; }

 p { color: rgb(198,20,155); }

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

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

 a { background-color: rgb(198,20,155); }

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

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

 span { border-color: rgb(198,20,155); }

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