#C616AB

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

Shades of Deep Magenta #C616AB

Tints of Deep Magenta #C616AB

Color information

#C616AB (or 0xC616AB) is unknown color: approx Deep Magenta. HEX triplet: C6, 16 and AB. RGB value is (198,22,171). Sum of RGB (Red+Green+Blue) = 198+22+171=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C616AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C616AB is #39E954. Grayscale: #5B5B5B. Windows color (decimal): -3795285 or 11212486. OLE color: 11212486.

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

Color convert

RGB19822171-
CMYK00.890.140.22
HSL309.2º80%43.14%-
HSV(B)309.2º88.89%77.65%-
XYZ30.9315.5239.89-
YUV91.61172.81203.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=50.64%
G=5.63%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982217100.890.140.22309.28043.14
HexC616AB059E16135502b
Octal306262530131162646512053
Binary110001101011010101011010110011110101101001101011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C616AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C616AB; }

 p { color: rgb(198,22,171); }

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

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

 a { background-color: rgb(198,22,171); }

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

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

 span { border-color: rgb(198,22,171); }

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