Html Css Color HEX #940C80 Dark Magenta

📋 copy color: '#940C80'

red 148 ◦ green 12 ◦ blue 128

#940C80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #940C80

Tints of Dark Magenta #940C80

RGB

 RED value IS 148 (58.2% from 255) = 51.39%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 51.39%
G = 4.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#940C80 (or 0x940C80) is known color: Dark Magenta. HEX triplet: 94, 0C and 80. RGB value is (148,12,128). Sum of RGB (Red+Green+Blue) = 148+12+128=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C80 is #6BF37F. Grayscale: #414141. Windows color (decimal): -7074688 or 8391828. OLE color: 8391828.

HSL color Cylindrical-coordinate representation of color #940C80: hue angle of 308.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C80 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 128 -
CMYK 0 0.92 0.14 0.42
HSL 308.82º 0.85% 0.31% -
HSV(B) 308.82º 0.92% 0.58% -
XYZ 16.24 8.12 21.13 -
YUV 65.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 148 12 128 0 0.92 0.14 0.42 308.82 0.85 0.31
Hex 94 C 80 0 5C E 2A 135 55 1F
Octal 224 14 200 0 134 16 52 465 125 37
Binary 10010100 1100 10000000 0 1011100 1110 101010 100110101 1010101 11111

Color Harmonies of #940C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C80

Black with #940C80

Text Example


Text Example

White with #940C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940C80; }

 p { color: rgb(148,12,128); }

 H1.HeaderClassName
 {
   color: #940C80;
 }
 .AnyTagClassName
 {
   color: #940C80;
 }
</style>

background-color css

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

 a { background-color: rgb(148,12,128); }

 div.DivClassName
 {
   background-color: #940C80;
 }
 .BgClassName
 {
   background-color: #940C80;
 }
</style>

border-color css

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

 span { border-color: rgb(148,12,128); }

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