#C119B8

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

Shades of Deep Magenta #C119B8

Tints of Deep Magenta #C119B8

Color information

#C119B8 (or 0xC119B8) is unknown color: approx Deep Magenta. HEX triplet: C1, 19 and B8. RGB value is (193,25,184). Sum of RGB (Red+Green+Blue) = 193+25+184=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C119B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119B8 is #3EE647. Grayscale: #5C5C5C. Windows color (decimal): -4122184 or 12065217. OLE color: 12065217.

HSL color Cylindrical-coordinate representation of color #C119B8: hue angle of 303.21º 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 #C119B8 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19325184-
CMYK00.870.050.24
HSL303.21º77.06%42.75%-
HSV(B)303.21º87.05%75.69%-
XYZ30.9915.4946.7-
YUV93.36179.16199.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 25 (10.16% from 255) = 6.22%
BLUE value IS 184 (72.27% from 255) = 45.77%
R=48.01%
G=6.22%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932518400.870.050.24303.2177.0642.75
HexC119B805751812f4d2b
Octal30131270012753045711553
Binary11000001110011011100001010111101110001001011111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C119B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C119B8; }

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

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

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

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

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

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

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

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