#C414BE

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

Shades of Deep Magenta #C414BE

Tints of Deep Magenta #C414BE

Color information

#C414BE (or 0xC414BE) is unknown color: approx Deep Magenta. HEX triplet: C4, 14 and BE. RGB value is (196,20,190). Sum of RGB (Red+Green+Blue) = 196+20+190=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BE is #3BEB41. Grayscale: #5B5B5B. Windows color (decimal): -3926850 or 12457156. OLE color: 12457156.

HSL color Cylindrical-coordinate representation of color #C414BE: hue angle of 302.05º 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 #C414BE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19620190-
CMYK00.900.030.23
HSL302.05º81.48%42.35%-
HSV(B)302.05º89.8%76.86%-
XYZ32.3115.9550.09-
YUV92183.31202.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 20 (8.20% from 255) = 4.93%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=48.28%
G=4.93%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962019000.900.030.23302.0581.4842.35
HexC414BE05A31712e512a
Octal30424276013232745612152
Binary1100010010100101111100101101011101111001011101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C414BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C414BE; }

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

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

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

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

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

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

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

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