#C116B0

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

Shades of Deep Magenta #C116B0

Tints of Deep Magenta #C116B0

Color information

#C116B0 (or 0xC116B0) is unknown color: approx Deep Magenta. HEX triplet: C1, 16 and B0. RGB value is (193,22,176). Sum of RGB (Red+Green+Blue) = 193+22+176=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C116B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C116B0 is #3EE94F. Grayscale: #5A5A5A. Windows color (decimal): -4122960 or 11540161. OLE color: 11540161.

HSL color Cylindrical-coordinate representation of color #C116B0: hue angle of 305.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116B0 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19322176-
CMYK00.890.090.24
HSL305.96º79.53%42.16%-
HSV(B)305.96º88.6%75.69%-
XYZ30.1215.0542.39-
YUV90.68176.15200.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 176 (69.14% from 255) = 45.01%
R=49.36%
G=5.63%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932217600.890.090.24305.9679.5342.16
HexC116B0059918132502a
Octal301262600131113046212052
Binary110000011011010110000010110011001110001001100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C116B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C116B0; }

 p { color: rgb(193,22,176); }

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

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

 a { background-color: rgb(193,22,176); }

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

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

 span { border-color: rgb(193,22,176); }

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