#C416B8

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

Shades of Deep Magenta #C416B8

Tints of Deep Magenta #C416B8

Color information

#C416B8 (or 0xC416B8) is unknown color: approx Deep Magenta. HEX triplet: C4, 16 and B8. RGB value is (196,22,184). Sum of RGB (Red+Green+Blue) = 196+22+184=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C416B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416B8 is #3BE947. Grayscale: #5C5C5C. Windows color (decimal): -3926344 or 12064452. OLE color: 12064452.

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

Color convert

RGB19622184-
CMYK00.890.060.23
HSL304.14º79.82%42.75%-
HSV(B)304.14º88.78%76.86%-
XYZ31.715.7746.72-
YUV92.49179.65201.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 22 (8.98% from 255) = 5.47%
BLUE value IS 184 (72.27% from 255) = 45.77%
R=48.76%
G=5.47%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962218400.890.060.23304.1479.8242.75
HexC416B8059617130502b
Octal30426270013162746012053
Binary11000100101101011100001011001110101111001100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C416B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C416B8; }

 p { color: rgb(196,22,184); }

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

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

 a { background-color: rgb(196,22,184); }

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

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

 span { border-color: rgb(196,22,184); }

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