#C119BB

Color #C119BB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C119BB

Tints of Deep Magenta #C119BB

Color information

#C119BB (or 0xC119BB) is unknown color: approx Deep Magenta. HEX triplet: C1, 19 and BB. RGB value is (193,25,187). Sum of RGB (Red+Green+Blue) = 193+25+187=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BB is #3EE644. Grayscale: #5D5D5D. Windows color (decimal): -4122181 or 12261825. OLE color: 12261825.

HSL color Cylindrical-coordinate representation of color #C119BB: hue angle of 302.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C119BB is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19325187-
CMYK00.870.030.24
HSL302.14º77.06%42.75%-
HSV(B)302.14º87.05%75.69%-
XYZ31.3115.6248.38-
YUV93.7180.66198.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 25 (10.16% from 255) = 6.17%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=47.65%
G=6.17%
B=46.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932518700.870.030.24302.1477.0642.75
HexC119BB05731812e4d2b
Octal30131273012733045611553
Binary1100000111001101110110101011111110001001011101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C119BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C119BB; }

 p { color: rgb(193,25,187); }

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

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

 a { background-color: rgb(193,25,187); }

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

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

 span { border-color: rgb(193,25,187); }

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