#C414BB

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

Shades of Deep Magenta #C414BB

Tints of Deep Magenta #C414BB

Color information

#C414BB (or 0xC414BB) is unknown color: approx Deep Magenta. HEX triplet: C4, 14 and BB. RGB value is (196,20,187). Sum of RGB (Red+Green+Blue) = 196+20+187=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BB is #3BEB44. Grayscale: #5B5B5B. Windows color (decimal): -3926853 or 12260548. OLE color: 12260548.

HSL color Cylindrical-coordinate representation of color #C414BB: hue angle of 303.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414BB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19620187-
CMYK00.900.050.23
HSL303.07º81.48%42.35%-
HSV(B)303.07º89.8%76.86%-
XYZ31.9815.8248.38-
YUV91.66181.81202.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.64%
GREEN value IS 20 (8.20% from 255) = 4.96%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=48.64%
G=4.96%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962018700.900.050.23303.0781.4842.35
HexC414BB05A51712f512a
Octal30424273013252745712152
Binary11000100101001011101101011010101101111001011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C414BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C414BB; }

 p { color: rgb(196,20,187); }

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

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

 a { background-color: rgb(196,20,187); }

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

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

 span { border-color: rgb(196,20,187); }

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